Html Css Color HEX #223338 Oxford Blue

📋 copy color: '#223338'

red 34 ◦ green 51 ◦ blue 56

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

Shades of Oxford Blue #223338

Tints of Oxford Blue #223338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 39.72%

R = 24.11%
G = 36.17%
B = 39.72%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#223338 (or 0x223338) is known color: Oxford Blue. HEX triplet: 22, 33 and 38. RGB value is (34,51,56). Sum of RGB (Red+Green+Blue) = 34+51+56=141 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.11% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 56 - color contains mainly: blue. Hex color #223338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223338 is #DDCCC7. Grayscale: #2E2E2E. Windows color (decimal): -14535880 or 3683106. OLE color: 3683106.

HSL color Cylindrical-coordinate representation of color #223338: hue angle of 193.64º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #223338 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 34 51 56 -
CMYK 0.39 0.09 0 0.78
HSL 193.64º 0.24% 0.18% -
HSV(B) 193.64º 0.39% 0.22% -
XYZ 2.56 2.99 4.18 -
YUV 46.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 34 51 56 0.39 0.09 0 0.78 193.64 0.24 0.18
Hex 22 33 38 27 9 0 4E C2 18 12
Octal 42 63 70 47 11 0 116 302 30 22
Binary 100010 110011 111000 100111 1001 0 1001110 11000010 11000 10010

Color Harmonies of #223338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223338

Black with #223338

Text Example


Text Example

White with #223338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223338; }

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

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

background-color css

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

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

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

border-color css

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

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

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