#293688

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

Shades of Resolution Blue #293688

Tints of Resolution Blue #293688

Color information

#293688 (or 0x293688) is unknown color: approx Resolution Blue. HEX triplet: 29, 36 and 88. RGB value is (41,54,136). Sum of RGB (Red+Green+Blue) = 41+54+136=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 136 (53.52% from 255 or 58.87% from 231); Max value from RGB is 136 - color contains mainly: blue. Hex color #293688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293688 is #D6C977. Grayscale: #3B3B3B. Windows color (decimal): -14076280 or 8926761. OLE color: 8926761.

HSL color Cylindrical-coordinate representation of color #293688: hue angle of 231.79º degrees, saturation: 0.54, 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 #293688 is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4154136-
CMYK0.700.6000.47
HSL231.79º53.67%34.71%-
HSV(B)231.79º69.85%53.33%-
XYZ6.684.8923.88-
YUV59.46171.19114.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.75%
GREEN value IS 54 (21.48% from 255) = 23.38%
BLUE value IS 136 (53.52% from 255) = 58.87%
R=17.75%
G=23.38%
B=58.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41541360.700.6000.47231.7953.6734.71
Hex293688463C02Fe83623
Octal5166210106740573506643
Binary101001110110100010001000110111100010111111101000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293688; }

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

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

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

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

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

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

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

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