Html Css Color HEX #212E32 Oxford Blue

📋 copy color: '#212E32'

red 33 ◦ green 46 ◦ blue 50

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

Shades of Oxford Blue #212E32

Tints of Oxford Blue #212E32

RGB

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

 GREEN value IS 46 (18.36% from 255) = 35.66%

 BLUE value IS 50 (19.92% from 255) = 38.76%

R = 25.58%
G = 35.66%
B = 38.76%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#212E32 (or 0x212E32) is known color: Oxford Blue. HEX triplet: 21, 2E and 32. RGB value is (33,46,50). Sum of RGB (Red+Green+Blue) = 33+46+50=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 50 - color contains mainly: blue. Hex color #212E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E32 is #DED1CD. Grayscale: #2A2A2A. Windows color (decimal): -14602702 or 3288609. OLE color: 3288609.

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

Color convert

RGB 33 46 50 -
CMYK 0.34 0.08 0 0.80
HSL 194.12º 0.2% 0.16% -
HSV(B) 194.12º 0.34% 0.2% -
XYZ 2.18 2.51 3.39 -
YUV 42.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 33 46 50 0.34 0.08 0 0.80 194.12 0.2 0.16
Hex 21 2E 32 22 8 0 50 C2 14 10
Octal 41 56 62 42 10 0 120 302 24 20
Binary 100001 101110 110010 100010 1000 0 1010000 11000010 10100 10000

Color Harmonies of #212E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212E32

Black with #212E32

Text Example


Text Example

White with #212E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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