#29355E

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

Shades of Gulf Blue #29355E

Tints of Gulf Blue #29355E

Color information

#29355E (or 0x29355E) is unknown color: approx Gulf Blue. HEX triplet: 29, 35 and 5E. RGB value is (41,53,94). Sum of RGB (Red+Green+Blue) = 41+53+94=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 94 (37.11% from 255 or 50% from 188); Max value from RGB is 94 - color contains mainly: blue. Hex color #29355E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29355E is #D6CAA1. Grayscale: #353535. Windows color (decimal): -14076578 or 6173993. OLE color: 6173993.

HSL color Cylindrical-coordinate representation of color #29355E: hue angle of 226.42º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29355E is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB415394-
CMYK0.560.4400.63
HSL226.42º39.26%26.47%-
HSV(B)226.42º56.38%36.86%-
XYZ4.213.8311.11-
YUV54.09150.52118.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.81%
GREEN value IS 53 (21.09% from 255) = 28.19%
BLUE value IS 94 (37.11% from 255) = 50%
R=21.81%
G=28.19%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4153940.560.4400.63226.4239.2626.47
Hex29355E382C03Fe2271a
Octal516513670540773424732
Binary101001110101101111011100010110001111111110001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29355E; }

 p { color: rgb(41,53,94); }

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

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

 a { background-color: rgb(41,53,94); }

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

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

 span { border-color: rgb(41,53,94); }

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