#212F35

Color #212F35 Oxford Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxford Blue #212F35

Tints of Oxford Blue #212F35

Color information

#212F35 (or 0x212F35) is unknown color: approx Oxford Blue. HEX triplet: 21, 2F and 35. RGB value is (33,47,53). Sum of RGB (Red+Green+Blue) = 33+47+53=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 53 - color contains mainly: blue. Hex color #212F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212F35 is #DED0CA. Grayscale: #2B2B2B. Windows color (decimal): -14602443 or 3485473. OLE color: 3485473.

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

Color convert

RGB334753-
CMYK0.380.1100.79
HSL198º23.26%16.86%-
HSV(B)198º37.74%20.78%-
XYZ2.292.613.75-
YUV43.5133.36120.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.81%
GREEN value IS 47 (18.75% from 255) = 35.34%
BLUE value IS 53 (21.09% from 255) = 39.85%
R=24.81%
G=35.34%
B=39.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3347530.380.1100.7919823.2616.86
Hex212F3526B04Fc61711
Octal415765461301173062721
Binary100001101111110101100110101101001111110001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #212F35;
 }
 .AnyTagClassName
 {
   color: #212F35;
 }
</style>
background-color css

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

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

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

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

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

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