Html Css Color HEX #223036 Oxford Blue

📋 copy color: '#223036'

red 34 ◦ green 48 ◦ blue 54

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

Shades of Oxford Blue #223036

Tints of Oxford Blue #223036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.29%

 BLUE value IS 54 (21.48% from 255) = 39.71%

R = 25%
G = 35.29%
B = 39.71%

CMYK

 C value IS 0.37

 M value IS 0.11

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#223036 (or 0x223036) is known color: Oxford Blue. HEX triplet: 22, 30 and 36. RGB value is (34,48,54). Sum of RGB (Red+Green+Blue) = 34+48+54=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 54 (21.48% from 255 or 39.71% from 136); Max value from RGB is 54 - color contains mainly: blue. Hex color #223036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223036 is #DDCFC9. Grayscale: #2C2C2C. Windows color (decimal): -14536650 or 3551266. OLE color: 3551266.

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

Color convert

RGB 34 48 54 -
CMYK 0.37 0.11 0 0.79
HSL 198º 0.23% 0.17% -
HSV(B) 198º 0.37% 0.21% -
XYZ 2.38 2.72 3.89 -
YUV 44.5 133.36 120.51 -
System Red Green Blue C M Y K H S L
Decimal 34 48 54 0.37 0.11 0 0.79 198 0.23 0.17
Hex 22 30 36 25 B 0 4F C6 17 11
Octal 42 60 66 45 13 0 117 306 27 21
Binary 100010 110000 110110 100101 1011 0 1001111 11000110 10111 10001

Color Harmonies of #223036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223036

Black with #223036

Text Example


Text Example

White with #223036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223036; }

 p { color: rgb(34,48,54); }

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

background-color css

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

 a { background-color: rgb(34,48,54); }

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

border-color css

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

 span { border-color: rgb(34,48,54); }

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