Html Css Color HEX #213037 Oxford Blue

📋 copy color: '#213037'

red 33 ◦ green 48 ◦ blue 55

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

Shades of Oxford Blue #213037

Tints of Oxford Blue #213037

RGB

 RED value IS 33 (13.28% from 255) = 24.26%

 GREEN value IS 48 (19.14% from 255) = 35.29%

 BLUE value IS 55 (21.88% from 255) = 40.44%

R = 24.26%
G = 35.29%
B = 40.44%

CMYK

 C value IS 0.4

 M value IS 0.13

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#213037 (or 0x213037) is known color: Oxford Blue. HEX triplet: 21, 30 and 37. RGB value is (33,48,55). Sum of RGB (Red+Green+Blue) = 33+48+55=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 55 - color contains mainly: blue. Hex color #213037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213037 is #DECFC8. Grayscale: #2C2C2C. Windows color (decimal): -14602185 or 3616801. OLE color: 3616801.

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

Color convert

RGB 33 48 55 -
CMYK 0.4 0.13 0 0.78
HSL 199.09º 0.25% 0.17% -
HSV(B) 199.09º 0.4% 0.22% -
XYZ 2.37 2.71 4.01 -
YUV 44.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 33 48 55 0.4 0.13 0 0.78 199.09 0.25 0.17
Hex 21 30 37 28 D 0 4E C7 19 11
Octal 41 60 67 50 15 0 116 307 31 21
Binary 100001 110000 110111 101000 1101 0 1001110 11000111 11001 10001

Color Harmonies of #213037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213037

Black with #213037

Text Example


Text Example

White with #213037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213037; }

 p { color: rgb(33,48,55); }

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

background-color css

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

 a { background-color: rgb(33,48,55); }

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

border-color css

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

 span { border-color: rgb(33,48,55); }

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