#21306C

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

Shades of Resolution Blue #21306C

Tints of Resolution Blue #21306C

Color information

#21306C (or 0x21306C) is unknown color: approx Resolution Blue. HEX triplet: 21, 30 and 6C. RGB value is (33,48,108). Sum of RGB (Red+Green+Blue) = 33+48+108=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #21306C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21306C is #DECF93. Grayscale: #323232. Windows color (decimal): -14602132 or 7090209. OLE color: 7090209.

HSL color Cylindrical-coordinate representation of color #21306C: hue angle of 228º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21306C is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3348108-
CMYK0.690.5600.58
HSL228º53.19%27.65%-
HSV(B)228º69.44%42.35%-
XYZ4.393.5214.64-
YUV50.36160.53115.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.46%
GREEN value IS 48 (19.14% from 255) = 25.40%
BLUE value IS 108 (42.58% from 255) = 57.14%
R=17.46%
G=25.40%
B=57.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33481080.690.5600.5822853.1927.65
Hex21306C453803Ae4351c
Octal4160154105700723446534
Binary1000011100001101100100010111100001110101110010011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21306C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21306C; }

 p { color: rgb(33,48,108); }

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

<style>
 a { background-color: #21306C; }

 a { background-color: rgb(33,48,108); }

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

<style>
 span { border-color: #21306C; }

 span { border-color: rgb(33,48,108); }

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