#212E6F

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

Shades of Resolution Blue #212E6F

Tints of Resolution Blue #212E6F

Color information

#212E6F (or 0x212E6F) is unknown color: approx Resolution Blue. HEX triplet: 21, 2E and 6F. RGB value is (33,46,111). Sum of RGB (Red+Green+Blue) = 33+46+111=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 111 (43.75% from 255 or 58.42% from 190); Max value from RGB is 111 - color contains mainly: blue. Hex color #212E6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212E6F is #DED190. Grayscale: #313131. Windows color (decimal): -14602641 or 7286305. OLE color: 7286305.

HSL color Cylindrical-coordinate representation of color #212E6F: hue angle of 230º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #212E6F is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3346111-
CMYK0.700.5900.56
HSL230º54.17%28.24%-
HSV(B)230º70.27%43.53%-
XYZ4.473.4315.46-
YUV49.52162.69116.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.37%
GREEN value IS 46 (18.36% from 255) = 24.21%
BLUE value IS 111 (43.75% from 255) = 58.42%
R=17.37%
G=24.21%
B=58.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33461110.700.5900.5623054.1728.24
Hex212E6F463B038e6361c
Octal4156157106730703466634
Binary1000011011101101111100011011101101110001110011011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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