#293689

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

Shades of Resolution Blue #293689

Tints of Resolution Blue #293689

Color information

#293689 (or 0x293689) is unknown color: approx Resolution Blue. HEX triplet: 29, 36 and 89. RGB value is (41,54,137). Sum of RGB (Red+Green+Blue) = 41+54+137=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 137 (53.91% from 255 or 59.05% from 232); Max value from RGB is 137 - color contains mainly: blue. Hex color #293689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293689 is #D6C976. Grayscale: #3B3B3B. Windows color (decimal): -14076279 or 8992297. OLE color: 8992297.

HSL color Cylindrical-coordinate representation of color #293689: hue angle of 231.88º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #293689 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4154137-
CMYK0.700.6100.46
HSL231.88º53.93%34.9%-
HSV(B)231.88º70.07%53.73%-
XYZ6.754.9224.26-
YUV59.58171.69114.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 54 (21.48% from 255) = 23.28%
BLUE value IS 137 (53.91% from 255) = 59.05%
R=17.67%
G=23.28%
B=59.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41541370.700.6100.46231.8853.9334.9
Hex293689463D02Ee83623
Octal5166211106750563506643
Binary101001110110100010011000110111101010111011101000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293689; }

 p { color: rgb(41,54,137); }

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

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

 a { background-color: rgb(41,54,137); }

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

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

 span { border-color: rgb(41,54,137); }

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