Html Css Color HEX #213036 Oxford Blue

📋 copy color: '#213036'

red 33 ◦ green 48 ◦ blue 54

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

Shades of Oxford Blue #213036

Tints of Oxford Blue #213036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 40%

R = 24.44%
G = 35.56%
B = 40%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#213036 (or 0x213036) is known color: Oxford Blue. HEX triplet: 21, 30 and 36. RGB value is (33,48,54). Sum of RGB (Red+Green+Blue) = 33+48+54=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 54 - color contains mainly: blue. Hex color #213036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213036 is #DECFC9. Grayscale: #2C2C2C. Windows color (decimal): -14602186 or 3551265. OLE color: 3551265.

HSL color Cylindrical-coordinate representation of color #213036: hue angle of 197.14º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #213036 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 33 48 54 -
CMYK 0.39 0.11 0 0.79
HSL 197.14º 0.24% 0.17% -
HSV(B) 197.14º 0.39% 0.21% -
XYZ 2.35 2.7 3.89 -
YUV 44.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 33 48 54 0.39 0.11 0 0.79 197.14 0.24 0.17
Hex 21 30 36 27 B 0 4F C5 18 11
Octal 41 60 66 47 13 0 117 305 30 21
Binary 100001 110000 110110 100111 1011 0 1001111 11000101 11000 10001

Color Harmonies of #213036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213036

Black with #213036

Text Example


Text Example

White with #213036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213036; }

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

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

background-color css

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

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

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

border-color css

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

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

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