#21347A

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

Shades of Resolution Blue #21347A

Tints of Resolution Blue #21347A

Color information

#21347A (or 0x21347A) is unknown color: approx Resolution Blue. HEX triplet: 21, 34 and 7A. RGB value is (33,52,122). Sum of RGB (Red+Green+Blue) = 33+52+122=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 122 (48.05% from 255 or 58.94% from 207); Max value from RGB is 122 - color contains mainly: blue. Hex color #21347A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21347A is #DECB85. Grayscale: #363636. Windows color (decimal): -14601094 or 8008737. OLE color: 8008737.

HSL color Cylindrical-coordinate representation of color #21347A: hue angle of 227.19º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21347A is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3352122-
CMYK0.730.5700.52
HSL227.19º57.42%30.39%-
HSV(B)227.19º72.95%47.84%-
XYZ5.374.1818.94-
YUV54.3166.21112.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.94%
GREEN value IS 52 (20.70% from 255) = 25.12%
BLUE value IS 122 (48.05% from 255) = 58.94%
R=15.94%
G=25.12%
B=58.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33521220.730.5700.52227.1957.4230.39
Hex21347A4939034e3391e
Octal4164172111710643437136
Binary1000011101001111010100100111100101101001110001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21347A; }

 p { color: rgb(33,52,122); }

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

<style>
 a { background-color: #21347A; }

 a { background-color: rgb(33,52,122); }

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

<style>
 span { border-color: #21347A; }

 span { border-color: rgb(33,52,122); }

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