Html Css Color HEX #22343B Oxford Blue

📋 copy color: '#22343B'

red 34 ◦ green 52 ◦ blue 59

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

Shades of Oxford Blue #22343B

Tints of Oxford Blue #22343B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 40.69%

R = 23.45%
G = 35.86%
B = 40.69%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#22343B (or 0x22343B) is known color: Oxford Blue. HEX triplet: 22, 34 and 3B. RGB value is (34,52,59). Sum of RGB (Red+Green+Blue) = 34+52+59=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 59 - color contains mainly: blue. Hex color #22343B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22343B is #DDCBC4. Grayscale: #2F2F2F. Windows color (decimal): -14535621 or 3879970. OLE color: 3879970.

HSL color Cylindrical-coordinate representation of color #22343B: hue angle of 196.8º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #22343B is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 34 52 59 -
CMYK 0.42 0.12 0 0.77
HSL 196.8º 0.27% 0.18% -
HSV(B) 196.8º 0.42% 0.23% -
XYZ 2.68 3.11 4.6 -
YUV 47.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 34 52 59 0.42 0.12 0 0.77 196.8 0.27 0.18
Hex 22 34 3B 2A C 0 4D C5 1B 12
Octal 42 64 73 52 14 0 115 305 33 22
Binary 100010 110100 111011 101010 1100 0 1001101 11000101 11011 10010

Color Harmonies of #22343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22343B

Black with #22343B

Text Example


Text Example

White with #22343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22343B; }

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

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

background-color css

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

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

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

border-color css

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

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

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