#293878

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

Shades of Resolution Blue #293878

Tints of Resolution Blue #293878

Color information

#293878 (or 0x293878) is unknown color: approx Resolution Blue. HEX triplet: 29, 38 and 78. RGB value is (41,56,120). Sum of RGB (Red+Green+Blue) = 41+56+120=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #293878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293878 is #D6C787. Grayscale: #3A3A3A. Windows color (decimal): -14075784 or 7878697. OLE color: 7878697.

HSL color Cylindrical-coordinate representation of color #293878: hue angle of 228.61º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #293878 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4156120-
CMYK0.660.5300.53
HSL228.61º49.07%31.57%-
HSV(B)228.61º65.83%47.06%-
XYZ5.724.6618.37-
YUV58.81162.53115.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.89%
GREEN value IS 56 (22.27% from 255) = 25.81%
BLUE value IS 120 (47.27% from 255) = 55.30%
R=18.89%
G=25.81%
B=55.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41561200.660.5300.53228.6149.0731.57
Hex2938784235035e53120
Octal5170170102650653456140
Binary10100111100011110001000010110101011010111100101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293878; }

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

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

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

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

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

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

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

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