Html Css Color HEX #213035 Oxford Blue

📋 copy color: '#213035'

red 33 ◦ green 48 ◦ blue 53

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

Shades of Oxford Blue #213035

Tints of Oxford Blue #213035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 39.55%

R = 24.63%
G = 35.82%
B = 39.55%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#213035 (or 0x213035) is known color: Oxford Blue. HEX triplet: 21, 30 and 35. RGB value is (33,48,53). Sum of RGB (Red+Green+Blue) = 33+48+53=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 53 (21.09% from 255 or 39.55% from 134); Max value from RGB is 53 - color contains mainly: blue. Hex color #213035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213035 is #DECFCA. Grayscale: #2C2C2C. Windows color (decimal): -14602187 or 3485729. OLE color: 3485729.

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

Color convert

RGB 33 48 53 -
CMYK 0.38 0.09 0 0.79
HSL 195º 0.23% 0.17% -
HSV(B) 195º 0.38% 0.21% -
XYZ 2.33 2.69 3.77 -
YUV 44.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 33 48 53 0.38 0.09 0 0.79 195 0.23 0.17
Hex 21 30 35 26 9 0 4F C3 17 11
Octal 41 60 65 46 11 0 117 303 27 21
Binary 100001 110000 110101 100110 1001 0 1001111 11000011 10111 10001

Color Harmonies of #213035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213035

Black with #213035

Text Example


Text Example

White with #213035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213035; }

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

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

background-color css

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

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

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

border-color css

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

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

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