Html Css Color HEX #213237 Oxford Blue

📋 copy color: '#213237'

red 33 ◦ green 50 ◦ blue 55

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

Shades of Oxford Blue #213237

Tints of Oxford Blue #213237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 36.23%

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

R = 23.91%
G = 36.23%
B = 39.86%

CMYK

 C value IS 0.4

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#213237 (or 0x213237) is known color: Oxford Blue. HEX triplet: 21, 32 and 37. RGB value is (33,50,55). Sum of RGB (Red+Green+Blue) = 33+50+55=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 55 - color contains mainly: blue. Hex color #213237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213237 is #DECDC8. Grayscale: #2D2D2D. Windows color (decimal): -14601673 or 3617313. OLE color: 3617313.

HSL color Cylindrical-coordinate representation of color #213237: hue angle of 193.64º 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 #213237 is Cyan = 0.4, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 50 55 -
CMYK 0.4 0.09 0 0.78
HSL 193.64º 0.25% 0.17% -
HSV(B) 193.64º 0.4% 0.22% -
XYZ 2.46 2.88 4.04 -
YUV 45.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 33 50 55 0.4 0.09 0 0.78 193.64 0.25 0.17
Hex 21 32 37 28 9 0 4E C2 19 11
Octal 41 62 67 50 11 0 116 302 31 21
Binary 100001 110010 110111 101000 1001 0 1001110 11000010 11001 10001

Color Harmonies of #213237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213237

Black with #213237

Text Example


Text Example

White with #213237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213237; }

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

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

background-color css

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

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

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

border-color css

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

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

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