#29365D

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

Shades of Gulf Blue #29365D

Tints of Gulf Blue #29365D

Color information

#29365D (or 0x29365D) is unknown color: approx Gulf Blue. HEX triplet: 29, 36 and 5D. RGB value is (41,54,93). Sum of RGB (Red+Green+Blue) = 41+54+93=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #29365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29365D is #D6C9A2. Grayscale: #363636. Windows color (decimal): -14076323 or 6108713. OLE color: 6108713.

HSL color Cylindrical-coordinate representation of color #29365D: hue angle of 225º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29365D is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB415493-
CMYK0.560.4200.64
HSL225º38.81%26.27%-
HSV(B)225º55.91%36.47%-
XYZ4.213.910.89-
YUV54.56149.69118.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.81%
GREEN value IS 54 (21.48% from 255) = 28.72%
BLUE value IS 93 (36.72% from 255) = 49.47%
R=21.81%
G=28.72%
B=49.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4154930.560.4200.6422538.8126.27
Hex29365D382A040e1271a
Octal5166135705201003414732
Binary1010011101101011101111000101010010000001110000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29365D; }

 p { color: rgb(41,54,93); }

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

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

 a { background-color: rgb(41,54,93); }

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

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

 span { border-color: rgb(41,54,93); }

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