Html Css Color HEX #22373E Oxford Blue

📋 copy color: '#22373E'

red 34 ◦ green 55 ◦ blue 62

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

Shades of Oxford Blue #22373E

Tints of Oxford Blue #22373E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.42%

 BLUE value IS 62 (24.61% from 255) = 41.06%

R = 22.52%
G = 36.42%
B = 41.06%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#22373E (or 0x22373E) is known color: Oxford Blue. HEX triplet: 22, 37 and 3E. RGB value is (34,55,62). Sum of RGB (Red+Green+Blue) = 34+55+62=151 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.52% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 62 - color contains mainly: blue. Hex color #22373E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22373E is #DDC8C1. Grayscale: #313131. Windows color (decimal): -14534850 or 4077346. OLE color: 4077346.

HSL color Cylindrical-coordinate representation of color #22373E: hue angle of 195º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #22373E is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 34 55 62 -
CMYK 0.45 0.11 0 0.76
HSL 195º 0.29% 0.19% -
HSV(B) 195º 0.45% 0.24% -
XYZ 2.9 3.42 5.07 -
YUV 49.52 135.04 116.93 -
System Red Green Blue C M Y K H S L
Decimal 34 55 62 0.45 0.11 0 0.76 195 0.29 0.19
Hex 22 37 3E 2D B 0 4C C3 1D 13
Octal 42 67 76 55 13 0 114 303 35 23
Binary 100010 110111 111110 101101 1011 0 1001100 11000011 11101 10011

Color Harmonies of #22373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22373E

Black with #22373E

Text Example


Text Example

White with #22373E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22373E; }

 p { color: rgb(34,55,62); }

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

background-color css

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

 a { background-color: rgb(34,55,62); }

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

border-color css

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

 span { border-color: rgb(34,55,62); }

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