#293860

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

Shades of Gulf Blue #293860

Tints of Gulf Blue #293860

Color information

#293860 (or 0x293860) is unknown color: approx Gulf Blue. HEX triplet: 29, 38 and 60. RGB value is (41,56,96). Sum of RGB (Red+Green+Blue) = 41+56+96=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #293860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293860 is #D6C79F. Grayscale: #373737. Windows color (decimal): -14075808 or 6305833. OLE color: 6305833.

HSL color Cylindrical-coordinate representation of color #293860: hue angle of 223.64º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #293860 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB415696-
CMYK0.570.4200.62
HSL223.64º40.15%26.86%-
HSV(B)223.64º57.29%37.65%-
XYZ4.444.1411.63-
YUV56.08150.53117.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.24%
GREEN value IS 56 (22.27% from 255) = 29.02%
BLUE value IS 96 (37.89% from 255) = 49.74%
R=21.24%
G=29.02%
B=49.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4156960.570.4200.62223.6440.1526.86
Hex293860392A03Ee0281b
Octal517014071520763405033
Binary101001111000110000011100110101001111101110000010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293860; }

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

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

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

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

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

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

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

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