Html Css Color HEX #213135 Oxford Blue

📋 copy color: '#213135'

red 33 ◦ green 49 ◦ blue 53

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

Shades of Oxford Blue #213135

Tints of Oxford Blue #213135

RGB

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

 GREEN value IS 49 (19.53% from 255) = 36.3%

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

R = 24.44%
G = 36.3%
B = 39.26%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#213135 (or 0x213135) is known color: Oxford Blue. HEX triplet: 21, 31 and 35. RGB value is (33,49,53). Sum of RGB (Red+Green+Blue) = 33+49+53=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 53 - color contains mainly: blue. Hex color #213135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213135 is #DECECA. Grayscale: #2C2C2C. Windows color (decimal): -14601931 or 3485985. OLE color: 3485985.

HSL color Cylindrical-coordinate representation of color #213135: hue angle of 192º 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 #213135 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 33 49 53 -
CMYK 0.38 0.08 0 0.79
HSL 192º 0.23% 0.17% -
HSV(B) 192º 0.38% 0.21% -
XYZ 2.37 2.78 3.78 -
YUV 44.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 33 49 53 0.38 0.08 0 0.79 192 0.23 0.17
Hex 21 31 35 26 8 0 4F C0 17 11
Octal 41 61 65 46 10 0 117 300 27 21
Binary 100001 110001 110101 100110 1000 0 1001111 11000000 10111 10001

Color Harmonies of #213135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213135

Black with #213135

Text Example


Text Example

White with #213135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213135; }

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

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

background-color css

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

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

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

border-color css

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

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

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