#293984

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

Shades of Resolution Blue #293984

Tints of Resolution Blue #293984

Color information

#293984 (or 0x293984) is unknown color: approx Resolution Blue. HEX triplet: 29, 39 and 84. RGB value is (41,57,132). Sum of RGB (Red+Green+Blue) = 41+57+132=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #293984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293984 is #D6C67B. Grayscale: #3C3C3C. Windows color (decimal): -14075516 or 8665385. OLE color: 8665385.

HSL color Cylindrical-coordinate representation of color #293984: hue angle of 229.45º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #293984 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4157132-
CMYK0.690.5700.48
HSL229.45º52.6%33.92%-
HSV(B)229.45º68.94%51.76%-
XYZ6.545.0622.46-
YUV60.77168.2113.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.83%
GREEN value IS 57 (22.66% from 255) = 24.78%
BLUE value IS 132 (51.95% from 255) = 57.39%
R=17.83%
G=24.78%
B=57.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41571320.690.5700.48229.4552.633.92
Hex2939844539030e53522
Octal5171204105710603456542
Binary101001111001100001001000101111001011000011100101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293984; }

 p { color: rgb(41,57,132); }

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

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

 a { background-color: rgb(41,57,132); }

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

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

 span { border-color: rgb(41,57,132); }

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