#29375E

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

Shades of Gulf Blue #29375E

Tints of Gulf Blue #29375E

Color information

#29375E (or 0x29375E) is unknown color: approx Gulf Blue. HEX triplet: 29, 37 and 5E. RGB value is (41,55,94). Sum of RGB (Red+Green+Blue) = 41+55+94=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 94 (37.11% from 255 or 49.47% from 190); Max value from RGB is 94 - color contains mainly: blue. Hex color #29375E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29375E is #D6C8A1. Grayscale: #373737. Windows color (decimal): -14076066 or 6174505. OLE color: 6174505.

HSL color Cylindrical-coordinate representation of color #29375E: hue angle of 224.15º 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 #29375E is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB415594-
CMYK0.560.4100.63
HSL224.15º39.26%26.47%-
HSV(B)224.15º56.38%36.86%-
XYZ4.34.0111.14-
YUV55.26149.86117.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.58%
GREEN value IS 55 (21.88% from 255) = 28.95%
BLUE value IS 94 (37.11% from 255) = 49.47%
R=21.58%
G=28.95%
B=49.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4155940.560.4100.63224.1539.2626.47
Hex29375E382903Fe0271a
Octal516713670510773404732
Binary101001110111101111011100010100101111111110000010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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