#21427B

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

Shades of Resolution Blue #21427B

Tints of Resolution Blue #21427B

Color information

#21427B (or 0x21427B) is unknown color: approx Resolution Blue. HEX triplet: 21, 42 and 7B. RGB value is (33,66,123). Sum of RGB (Red+Green+Blue) = 33+66+123=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 123 (48.44% from 255 or 55.41% from 222); Max value from RGB is 123 - color contains mainly: blue. Hex color #21427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21427B is #DEBD84. Grayscale: #3E3E3E. Windows color (decimal): -14597509 or 8077857. OLE color: 8077857.

HSL color Cylindrical-coordinate representation of color #21427B: hue angle of 218º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21427B is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3366123-
CMYK0.730.4600.52
HSL218º57.69%30.59%-
HSV(B)218º73.17%48.24%-
XYZ6.155.6519.51-
YUV62.63162.07106.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.86%
GREEN value IS 66 (26.17% from 255) = 29.73%
BLUE value IS 123 (48.44% from 255) = 55.41%
R=14.86%
G=29.73%
B=55.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33661230.730.4600.5221857.6930.59
Hex21427B492E034da3a1f
Octal41102173111560643327237
Binary10000110000101111011100100110111001101001101101011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21427B; }

 p { color: rgb(33,66,123); }

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

<style>
 a { background-color: #21427B; }

 a { background-color: rgb(33,66,123); }

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

<style>
 span { border-color: #21427B; }

 span { border-color: rgb(33,66,123); }

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