#21407D

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

Shades of Resolution Blue #21407D

Tints of Resolution Blue #21407D

Color information

#21407D (or 0x21407D) is unknown color: approx Resolution Blue. HEX triplet: 21, 40 and 7D. RGB value is (33,64,125). Sum of RGB (Red+Green+Blue) = 33+64+125=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #21407D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21407D is #DEBF82. Grayscale: #3D3D3D. Windows color (decimal): -14598019 or 8208417. OLE color: 8208417.

HSL color Cylindrical-coordinate representation of color #21407D: hue angle of 219.78º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21407D is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3364125-
CMYK0.740.4900.51
HSL219.78º58.23%30.98%-
HSV(B)219.78º73.6%49.02%-
XYZ6.165.4720.13-
YUV61.68163.73107.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.86%
GREEN value IS 64 (25.39% from 255) = 28.83%
BLUE value IS 125 (49.22% from 255) = 56.31%
R=14.86%
G=28.83%
B=56.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33641250.740.4900.51219.7858.2330.98
Hex21407D4A31033dc3a1f
Octal41100175112610633347237
Binary10000110000001111101100101011000101100111101110011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21407D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21407D; }

 p { color: rgb(33,64,125); }

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

<style>
 a { background-color: #21407D; }

 a { background-color: rgb(33,64,125); }

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

<style>
 span { border-color: #21407D; }

 span { border-color: rgb(33,64,125); }

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