Html Css Color HEX #212E33 Oxford Blue

📋 copy color: '#212E33'

red 33 ◦ green 46 ◦ blue 51

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

Shades of Oxford Blue #212E33

Tints of Oxford Blue #212E33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 39.23%

R = 25.38%
G = 35.38%
B = 39.23%

CMYK

 C value IS 0.35

 M value IS 0.10

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#212E33 (or 0x212E33) is known color: Oxford Blue. HEX triplet: 21, 2E and 33. RGB value is (33,46,51). Sum of RGB (Red+Green+Blue) = 33+46+51=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 51 (20.31% from 255 or 39.23% from 130); Max value from RGB is 51 - color contains mainly: blue. Hex color #212E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E33 is #DED1CC. Grayscale: #2A2A2A. Windows color (decimal): -14602701 or 3354145. OLE color: 3354145.

HSL color Cylindrical-coordinate representation of color #212E33: hue angle of 196.67º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #212E33 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 33 46 51 -
CMYK 0.35 0.10 0 0.8
HSL 196.67º 0.21% 0.16% -
HSV(B) 196.67º 0.35% 0.2% -
XYZ 2.2 2.52 3.5 -
YUV 42.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 33 46 51 0.35 0.10 0 0.8 196.67 0.21 0.16
Hex 21 2E 33 23 A 0 50 C5 15 10
Octal 41 56 63 43 12 0 120 305 25 20
Binary 100001 101110 110011 100011 1010 0 1010000 11000101 10101 10000

Color Harmonies of #212E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212E33

Black with #212E33

Text Example


Text Example

White with #212E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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