Html Css Color HEX #213034 Oxford Blue

📋 copy color: '#213034'

red 33 ◦ green 48 ◦ blue 52

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

Shades of Oxford Blue #213034

Tints of Oxford Blue #213034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 39.1%

R = 24.81%
G = 36.09%
B = 39.1%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#213034 (or 0x213034) is known color: Oxford Blue. HEX triplet: 21, 30 and 34. RGB value is (33,48,52). Sum of RGB (Red+Green+Blue) = 33+48+52=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 52 - color contains mainly: blue. Hex color #213034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213034 is #DECFCB. Grayscale: #2B2B2B. Windows color (decimal): -14602188 or 3420193. OLE color: 3420193.

HSL color Cylindrical-coordinate representation of color #213034: hue angle of 192.63º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #213034 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 33 48 52 -
CMYK 0.37 0.08 0 0.80
HSL 192.63º 0.22% 0.17% -
HSV(B) 192.63º 0.37% 0.2% -
XYZ 2.3 2.69 3.65 -
YUV 43.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 33 48 52 0.37 0.08 0 0.80 192.63 0.22 0.17
Hex 21 30 34 25 8 0 50 C1 16 11
Octal 41 60 64 45 10 0 120 301 26 21
Binary 100001 110000 110100 100101 1000 0 1010000 11000001 10110 10001

Color Harmonies of #213034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213034

Black with #213034

Text Example


Text Example

White with #213034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213034; }

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

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

background-color css

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

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

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

border-color css

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

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

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