#293476

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

Shades of Resolution Blue #293476

Tints of Resolution Blue #293476

Color information

#293476 (or 0x293476) is unknown color: approx Resolution Blue. HEX triplet: 29, 34 and 76. RGB value is (41,52,118). Sum of RGB (Red+Green+Blue) = 41+52+118=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #293476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293476 is #D6CB89. Grayscale: #373737. Windows color (decimal): -14076810 or 7746601. OLE color: 7746601.

HSL color Cylindrical-coordinate representation of color #293476: hue angle of 231.43º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #293476 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4152118-
CMYK0.650.5600.54
HSL231.43º48.43%31.18%-
HSV(B)231.43º65.25%46.27%-
XYZ5.414.2417.67-
YUV56.24162.86117.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.43%
GREEN value IS 52 (20.70% from 255) = 24.64%
BLUE value IS 118 (46.48% from 255) = 55.92%
R=19.43%
G=24.64%
B=55.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41521180.650.5600.54231.4348.4331.18
Hex2934764138036e7301f
Octal5164166101700663476037
Binary1010011101001110110100000111100001101101110011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293476; }

 p { color: rgb(41,52,118); }

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

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

 a { background-color: rgb(41,52,118); }

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

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

 span { border-color: rgb(41,52,118); }

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