Html Css Color HEX #29355E Gulf Blue

📋 copy color: '#29355E'

red 41 ◦ green 53 ◦ blue 94

#29355E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Blue #29355E

Tints of Gulf Blue #29355E

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 value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#29355E (or 0x29355E) is known color: 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

RGB 41 53 94 -
CMYK 0.56 0.44 0 0.63
HSL 226.42º 0.39% 0.26% -
HSV(B) 226.42º 0.56% 0.37% -
XYZ 4.21 3.83 11.11 -
YUV 54.09 150.52 118.67 -
System Red Green Blue C M Y K H S L
Decimal 41 53 94 0.56 0.44 0 0.63 226.42 0.39 0.26
Hex 29 35 5E 38 2C 0 3F E2 27 1A
Octal 51 65 136 70 54 0 77 342 47 32
Binary 101001 110101 1011110 111000 101100 0 111111 11100010 100111 11010

Color Harmonies of #29355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29355E

Black with #29355E

Text Example


Text Example

White with #29355E

Text Example


Text Example

HTML Codes & Css Web 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>