Html Css Color HEX #29355B Gulf Blue

📋 copy color: '#29355B'

red 41 ◦ green 53 ◦ blue 91

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

Shades of Gulf Blue #29355B

Tints of Gulf Blue #29355B

RGB

 RED value IS 41 (16.41% from 255) = 22.16%

 GREEN value IS 53 (21.09% from 255) = 28.65%

 BLUE value IS 91 (35.94% from 255) = 49.19%

R = 22.16%
G = 28.65%
B = 49.19%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29355B (or 0x29355B) is known color: Gulf Blue. HEX triplet: 29, 35 and 5B. RGB value is (41,53,91). Sum of RGB (Red+Green+Blue) = 41+53+91=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #29355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29355B is #D6CAA4. Grayscale: #353535. Windows color (decimal): -14076581 or 5977385. OLE color: 5977385.

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

Color convert

RGB 41 53 91 -
CMYK 0.55 0.42 0 0.64
HSL 225.6º 0.38% 0.26% -
HSV(B) 225.6º 0.55% 0.36% -
XYZ 4.08 3.77 10.41 -
YUV 53.74 149.02 118.91 -
System Red Green Blue C M Y K H S L
Decimal 41 53 91 0.55 0.42 0 0.64 225.6 0.38 0.26
Hex 29 35 5B 37 2A 0 40 E2 26 1A
Octal 51 65 133 67 52 0 100 342 46 32
Binary 101001 110101 1011011 110111 101010 0 1000000 11100010 100110 11010

Color Harmonies of #29355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29355B

Black with #29355B

Text Example


Text Example

White with #29355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29355B;
 }
 .AnyTagClassName
 {
   color: #29355B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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