#293C6D

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

Shades of Resolution Blue #293C6D

Tints of Resolution Blue #293C6D

Color information

#293C6D (or 0x293C6D) is unknown color: approx Resolution Blue. HEX triplet: 29, 3C and 6D. RGB value is (41,60,109). Sum of RGB (Red+Green+Blue) = 41+60+109=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #293C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C6D is #D6C392. Grayscale: #3B3B3B. Windows color (decimal): -14074771 or 7158825. OLE color: 7158825.

HSL color Cylindrical-coordinate representation of color #293C6D: hue angle of 223.24º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #293C6D is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4160109-
CMYK0.620.4500.57
HSL223.24º45.33%29.41%-
HSV(B)223.24º62.39%42.75%-
XYZ5.294.8115.12-
YUV59.9155.71114.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.52%
GREEN value IS 60 (23.83% from 255) = 28.57%
BLUE value IS 109 (42.97% from 255) = 51.90%
R=19.52%
G=28.57%
B=51.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41601090.620.4500.57223.2445.3329.41
Hex293C6D3E2D039df2d1d
Octal517415576550713375535
Binary101001111100110110111111010110101110011101111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293C6D; }

 p { color: rgb(41,60,109); }

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

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

 a { background-color: rgb(41,60,109); }

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

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

 span { border-color: rgb(41,60,109); }

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