Html Css Color HEX #233439 Oxford Blue

📋 copy color: '#233439'

red 35 ◦ green 52 ◦ blue 57

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

Shades of Oxford Blue #233439

Tints of Oxford Blue #233439

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.11%

 BLUE value IS 57 (22.66% from 255) = 39.58%

R = 24.31%
G = 36.11%
B = 39.58%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#233439 (or 0x233439) is known color: Oxford Blue. HEX triplet: 23, 34 and 39. RGB value is (35,52,57). Sum of RGB (Red+Green+Blue) = 35+52+57=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 57 - color contains mainly: blue. Hex color #233439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233439 is #DCCBC6. Grayscale: #2F2F2F. Windows color (decimal): -14470087 or 3748899. OLE color: 3748899.

HSL color Cylindrical-coordinate representation of color #233439: hue angle of 193.64º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #233439 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 35 52 57 -
CMYK 0.39 0.09 0 0.78
HSL 193.64º 0.24% 0.18% -
HSV(B) 193.64º 0.39% 0.22% -
XYZ 2.66 3.11 4.33 -
YUV 47.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 35 52 57 0.39 0.09 0 0.78 193.64 0.24 0.18
Hex 23 34 39 27 9 0 4E C2 18 12
Octal 43 64 71 47 11 0 116 302 30 22
Binary 100011 110100 111001 100111 1001 0 1001110 11000010 11000 10010

Color Harmonies of #233439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233439

Black with #233439

Text Example


Text Example

White with #233439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233439; }

 p { color: rgb(35,52,57); }

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

background-color css

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

 a { background-color: rgb(35,52,57); }

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

border-color css

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

 span { border-color: rgb(35,52,57); }

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