#21387B

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

Shades of Resolution Blue #21387B

Tints of Resolution Blue #21387B

Color information

#21387B (or 0x21387B) is unknown color: approx Resolution Blue. HEX triplet: 21, 38 and 7B. RGB value is (33,56,123). Sum of RGB (Red+Green+Blue) = 33+56+123=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #21387B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21387B is #DEC784. Grayscale: #383838. Windows color (decimal): -14600069 or 8075297. OLE color: 8075297.

HSL color Cylindrical-coordinate representation of color #21387B: hue angle of 224.67º 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 #21387B is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3356123-
CMYK0.730.5400.52
HSL224.67º57.69%30.59%-
HSV(B)224.67º73.17%48.24%-
XYZ5.624.5819.33-
YUV56.76165.38111.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.57%
GREEN value IS 56 (22.27% from 255) = 26.42%
BLUE value IS 123 (48.44% from 255) = 58.02%
R=15.57%
G=26.42%
B=58.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33561230.730.5400.52224.6757.6930.59
Hex21387B4936034e13a1f
Octal4170173111660643417237
Binary1000011110001111011100100111011001101001110000111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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