Html Css Color HEX #222F32 Oxford Blue

📋 copy color: '#222F32'

red 34 ◦ green 47 ◦ blue 50

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

Shades of Oxford Blue #222F32

Tints of Oxford Blue #222F32

RGB

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

 GREEN value IS 47 (18.75% from 255) = 35.88%

 BLUE value IS 50 (19.92% from 255) = 38.17%

R = 25.95%
G = 35.88%
B = 38.17%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#222F32 (or 0x222F32) is known color: Oxford Blue. HEX triplet: 22, 2F and 32. RGB value is (34,47,50). Sum of RGB (Red+Green+Blue) = 34+47+50=131 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.95% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 50 - color contains mainly: blue. Hex color #222F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222F32 is #DDD0CD. Grayscale: #2B2B2B. Windows color (decimal): -14536910 or 3288866. OLE color: 3288866.

HSL color Cylindrical-coordinate representation of color #222F32: hue angle of 191.25º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #222F32 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 34 47 50 -
CMYK 0.32 0.06 0 0.80
HSL 191.25º 0.19% 0.16% -
HSV(B) 191.25º 0.32% 0.2% -
XYZ 2.25 2.6 3.4 -
YUV 43.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 34 47 50 0.32 0.06 0 0.80 191.25 0.19 0.16
Hex 22 2F 32 20 6 0 50 BF 13 10
Octal 42 57 62 40 6 0 120 277 23 20
Binary 100010 101111 110010 100000 110 0 1010000 10111111 10011 10000

Color Harmonies of #222F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222F32

Black with #222F32

Text Example


Text Example

White with #222F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222F32; }

 p { color: rgb(34,47,50); }

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

background-color css

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

 a { background-color: rgb(34,47,50); }

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

border-color css

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

 span { border-color: rgb(34,47,50); }

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