#293884

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

Shades of Resolution Blue #293884

Tints of Resolution Blue #293884

Color information

#293884 (or 0x293884) is unknown color: approx Resolution Blue. HEX triplet: 29, 38 and 84. RGB value is (41,56,132). Sum of RGB (Red+Green+Blue) = 41+56+132=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #293884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293884 is #D6C77B. Grayscale: #3B3B3B. Windows color (decimal): -14075772 or 8665129. OLE color: 8665129.

HSL color Cylindrical-coordinate representation of color #293884: hue angle of 230.11º 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 #293884 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4156132-
CMYK0.690.5800.48
HSL230.11º52.6%33.92%-
HSV(B)230.11º68.94%51.76%-
XYZ6.494.9722.45-
YUV60.18168.53114.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.90%
GREEN value IS 56 (22.27% from 255) = 24.45%
BLUE value IS 132 (51.95% from 255) = 57.64%
R=17.90%
G=24.45%
B=57.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41561320.690.5800.48230.1152.633.92
Hex293884453A030e63522
Octal5170204105720603466542
Binary101001111000100001001000101111010011000011100110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293884; }

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

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

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

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

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

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

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

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