Html Css Color HEX #213239 Oxford Blue

📋 copy color: '#213239'

red 33 ◦ green 50 ◦ blue 57

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

Shades of Oxford Blue #213239

Tints of Oxford Blue #213239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 40.71%

R = 23.57%
G = 35.71%
B = 40.71%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#213239 (or 0x213239) is known color: Oxford Blue. HEX triplet: 21, 32 and 39. RGB value is (33,50,57). Sum of RGB (Red+Green+Blue) = 33+50+57=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 57 - color contains mainly: blue. Hex color #213239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213239 is #DECDC6. Grayscale: #2D2D2D. Windows color (decimal): -14601671 or 3748385. OLE color: 3748385.

HSL color Cylindrical-coordinate representation of color #213239: hue angle of 197.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #213239 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 50 57 -
CMYK 0.42 0.12 0 0.78
HSL 197.5º 0.27% 0.18% -
HSV(B) 197.5º 0.42% 0.22% -
XYZ 2.51 2.9 4.3 -
YUV 45.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 33 50 57 0.42 0.12 0 0.78 197.5 0.27 0.18
Hex 21 32 39 2A C 0 4E C6 1B 12
Octal 41 62 71 52 14 0 116 306 33 22
Binary 100001 110010 111001 101010 1100 0 1001110 11000110 11011 10010

Color Harmonies of #213239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213239

Black with #213239

Text Example


Text Example

White with #213239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213239; }

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

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

background-color css

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

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

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

border-color css

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

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

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