Html Css Color HEX #223439 Oxford Blue

📋 copy color: '#223439'

red 34 ◦ green 52 ◦ blue 57

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

Shades of Oxford Blue #223439

Tints of Oxford Blue #223439

RGB

 RED value IS 34 (13.67% from 255) = 23.78%

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

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

R = 23.78%
G = 36.36%
B = 39.86%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#223439 (or 0x223439) is known color: Oxford Blue. HEX triplet: 22, 34 and 39. RGB value is (34,52,57). Sum of RGB (Red+Green+Blue) = 34+52+57=143 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.78% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 57 - color contains mainly: blue. Hex color #223439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223439 is #DDCBC6. Grayscale: #2F2F2F. Windows color (decimal): -14535623 or 3748898. OLE color: 3748898.

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

Color convert

RGB 34 52 57 -
CMYK 0.40 0.09 0 0.78
HSL 193.04º 0.25% 0.18% -
HSV(B) 193.04º 0.4% 0.22% -
XYZ 2.63 3.09 4.33 -
YUV 47.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 34 52 57 0.40 0.09 0 0.78 193.04 0.25 0.18
Hex 22 34 39 28 9 0 4E C1 19 12
Octal 42 64 71 50 11 0 116 301 31 22
Binary 100010 110100 111001 101000 1001 0 1001110 11000001 11001 10010

Color Harmonies of #223439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223439

Black with #223439

Text Example


Text Example

White with #223439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223439; }

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

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

background-color css

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

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

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

border-color css

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

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

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