Html Css Color HEX #223339 Oxford Blue

📋 copy color: '#223339'

red 34 ◦ green 51 ◦ blue 57

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

Shades of Oxford Blue #223339

Tints of Oxford Blue #223339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.92%

 BLUE value IS 57 (22.66% from 255) = 40.14%

R = 23.94%
G = 35.92%
B = 40.14%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#223339 (or 0x223339) is known color: Oxford Blue. HEX triplet: 22, 33 and 39. RGB value is (34,51,57). Sum of RGB (Red+Green+Blue) = 34+51+57=142 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.94% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 57 (22.66% from 255 or 40.14% from 142); Max value from RGB is 57 - color contains mainly: blue. Hex color #223339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223339 is #DDCCC6. Grayscale: #2E2E2E. Windows color (decimal): -14535879 or 3748642. OLE color: 3748642.

HSL color Cylindrical-coordinate representation of color #223339: hue angle of 195.65º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #223339 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 34 51 57 -
CMYK 0.40 0.11 0 0.78
HSL 195.65º 0.25% 0.18% -
HSV(B) 195.65º 0.4% 0.22% -
XYZ 2.58 3 4.31 -
YUV 46.6 133.87 119.01 -
System Red Green Blue C M Y K H S L
Decimal 34 51 57 0.40 0.11 0 0.78 195.65 0.25 0.18
Hex 22 33 39 28 B 0 4E C4 19 12
Octal 42 63 71 50 13 0 116 304 31 22
Binary 100010 110011 111001 101000 1011 0 1001110 11000100 11001 10010

Color Harmonies of #223339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223339

Black with #223339

Text Example


Text Example

White with #223339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223339; }

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

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

background-color css

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

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

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

border-color css

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

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

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