Html Css Color HEX #222F33 Oxford Blue

📋 copy color: '#222F33'

red 34 ◦ green 47 ◦ blue 51

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

Shades of Oxford Blue #222F33

Tints of Oxford Blue #222F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 38.64%

R = 25.76%
G = 35.61%
B = 38.64%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#222F33 (or 0x222F33) is known color: Oxford Blue. HEX triplet: 22, 2F and 33. RGB value is (34,47,51). Sum of RGB (Red+Green+Blue) = 34+47+51=132 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.76% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 51 - color contains mainly: blue. Hex color #222F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222F33 is #DDD0CC. Grayscale: #2B2B2B. Windows color (decimal): -14536909 or 3354402. OLE color: 3354402.

HSL color Cylindrical-coordinate representation of color #222F33: hue angle of 194.12º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #222F33 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 34 47 51 -
CMYK 0.33 0.08 0 0.8
HSL 194.12º 0.2% 0.17% -
HSV(B) 194.12º 0.33% 0.2% -
XYZ 2.27 2.61 3.52 -
YUV 43.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 34 47 51 0.33 0.08 0 0.8 194.12 0.2 0.17
Hex 22 2F 33 21 8 0 50 C2 14 11
Octal 42 57 63 41 10 0 120 302 24 21
Binary 100010 101111 110011 100001 1000 0 1010000 11000010 10100 10001

Color Harmonies of #222F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222F33

Black with #222F33

Text Example


Text Example

White with #222F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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