#212f75

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

Shades of Resolution Blue #212F75

Tints of Resolution Blue #212F75

Color information

#212F75 (or 0x212F75) is unknown color: approx Resolution Blue. HEX triplet: 21, 2F and 75. RGB value is (33,47,117). Sum of RGB (Red+Green+Blue) = 33+47+117=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #212F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212F75 is #DED08A. Grayscale: #323232. Windows color (decimal): -14602379 or 7679777. OLE color: 7679777.

HSL color Cylindrical-coordinate representation of color #212F75: hue angle of 230º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #212F75 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3347117-
CMYK0.720.6000.54
HSL230º56%29.41%-
HSV(B)230º71.79%45.88%-
XYZ4.853.6417.28-
YUV50.79165.36115.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.75%
GREEN value IS 47 (18.75% from 255) = 23.86%
BLUE value IS 117 (46.09% from 255) = 59.39%
R=16.75%
G=23.86%
B=59.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33471170.720.6000.542305629.41
Hex212F75483C036e6381d
Octal4157165110740663467035
Binary1000011011111110101100100011110001101101110011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212f75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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