#212F73

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

Shades of Resolution Blue #212F73

Tints of Resolution Blue #212F73

Color information

#212F73 (or 0x212F73) is unknown color: approx Resolution Blue. HEX triplet: 21, 2F and 73. RGB value is (33,47,115). Sum of RGB (Red+Green+Blue) = 33+47+115=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #212F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212F73 is #DED08C. Grayscale: #323232. Windows color (decimal): -14602381 or 7548705. OLE color: 7548705.

HSL color Cylindrical-coordinate representation of color #212F73: hue angle of 229.76º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #212F73 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3347115-
CMYK0.710.5900.55
HSL229.76º55.41%29.02%-
HSV(B)229.76º71.3%45.1%-
XYZ4.743.5916.66-
YUV50.57164.36115.47-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.92%
GREEN value IS 47 (18.75% from 255) = 24.10%
BLUE value IS 115 (45.31% from 255) = 58.97%
R=16.92%
G=24.10%
B=58.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33471150.710.5900.55229.7655.4129.02
Hex212F73473B037e6371d
Octal4157163107730673466735
Binary1000011011111110011100011111101101101111110011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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