Html Css Color HEX #233235 Oxford Blue

📋 copy color: '#233235'

red 35 ◦ green 50 ◦ blue 53

#233235
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxford Blue #233235

Tints of Oxford Blue #233235

RGB

 RED value IS 35 (14.06% from 255) = 25.36%

 GREEN value IS 50 (19.92% from 255) = 36.23%

 BLUE value IS 53 (21.09% from 255) = 38.41%

R = 25.36%
G = 36.23%
B = 38.41%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.79

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#233235 (or 0x233235) is known color: Oxford Blue. HEX triplet: 23, 32 and 35. RGB value is (35,50,53). Sum of RGB (Red+Green+Blue) = 35+50+53=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 53 (21.09% from 255 or 38.41% from 138); Max value from RGB is 53 - color contains mainly: blue. Hex color #233235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233235 is #DCCDCA. Grayscale: #2D2D2D. Windows color (decimal): -14470603 or 3486243. OLE color: 3486243.

HSL color Cylindrical-coordinate representation of color #233235: hue angle of 190º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #233235 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 35 50 53 -
CMYK 0.34 0.06 0 0.79
HSL 190º 0.2% 0.17% -
HSV(B) 190º 0.34% 0.21% -
XYZ 2.48 2.9 3.8 -
YUV 45.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 35 50 53 0.34 0.06 0 0.79 190 0.2 0.17
Hex 23 32 35 22 6 0 4F BE 14 11
Octal 43 62 65 42 6 0 117 276 24 21
Binary 100011 110010 110101 100010 110 0 1001111 10111110 10100 10001

Color Harmonies of #233235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233235

Black with #233235

Text Example


Text Example

White with #233235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233235; }

 p { color: rgb(35,50,53); }

 H1.HeaderClassName
 {
   color: #233235;
 }
 .AnyTagClassName
 {
   color: #233235;
 }
</style>

background-color css

<style>
 a { background-color: #233235; }

 a { background-color: rgb(35,50,53); }

 div.DivClassName
 {
   background-color: #233235;
 }
 .BgClassName
 {
   background-color: #233235;
 }
</style>

border-color css

<style>
 span { border-color: #233235; }

 span { border-color: rgb(35,50,53); }

 td.TdClassName
 {
   border-color: #233235;
 }
 .TagClassName
 {
   border-color: #233235;
 }
</style>