#293787

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

Shades of Resolution Blue #293787

Tints of Resolution Blue #293787

Color information

#293787 (or 0x293787) is unknown color: approx Resolution Blue. HEX triplet: 29, 37 and 87. RGB value is (41,55,135). Sum of RGB (Red+Green+Blue) = 41+55+135=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #293787 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293787 is #D6C878. Grayscale: #3B3B3B. Windows color (decimal): -14076025 or 8861481. OLE color: 8861481.

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

Color convert

RGB4155135-
CMYK0.700.5900.47
HSL231.06º53.41%34.51%-
HSV(B)231.06º69.63%52.94%-
XYZ6.654.9523.53-
YUV59.93170.36114.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.75%
GREEN value IS 55 (21.88% from 255) = 23.81%
BLUE value IS 135 (53.12% from 255) = 58.44%
R=17.75%
G=23.81%
B=58.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41551350.700.5900.47231.0653.4134.51
Hex293787463B02Fe73523
Octal5167207106730573476543
Binary101001110111100001111000110111011010111111100111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293787; }

 p { color: rgb(41,55,135); }

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

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

 a { background-color: rgb(41,55,135); }

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

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

 span { border-color: rgb(41,55,135); }

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