#29345D

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

Shades of Gulf Blue #29345D

Tints of Gulf Blue #29345D

Color information

#29345D (or 0x29345D) is unknown color: approx Gulf Blue. HEX triplet: 29, 34 and 5D. RGB value is (41,52,93). Sum of RGB (Red+Green+Blue) = 41+52+93=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #29345D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29345D is #D6CBA2. Grayscale: #353535. Windows color (decimal): -14076835 or 6108201. OLE color: 6108201.

HSL color Cylindrical-coordinate representation of color #29345D: hue angle of 227.31º 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 #29345D is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB415293-
CMYK0.560.4400.64
HSL227.31º38.81%26.27%-
HSV(B)227.31º55.91%36.47%-
XYZ4.123.7210.86-
YUV53.39150.36119.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.04%
GREEN value IS 52 (20.70% from 255) = 27.96%
BLUE value IS 93 (36.72% from 255) = 50%
R=22.04%
G=27.96%
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.64
SystemRedGreenBlueCMYKHSL
Decimal4152930.560.4400.64227.3138.8126.27
Hex29345D382C040e3271a
Octal5164135705401003434732
Binary1010011101001011101111000101100010000001110001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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