Html Css Color HEX #29355F Gulf Blue

📋 copy color: '#29355F'

red 41 ◦ green 53 ◦ blue 95

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

Shades of Gulf Blue #29355F

Tints of Gulf Blue #29355F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 50.26%

R = 21.69%
G = 28.04%
B = 50.26%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#29355F (or 0x29355F) is known color: Gulf Blue. HEX triplet: 29, 35 and 5F. RGB value is (41,53,95). Sum of RGB (Red+Green+Blue) = 41+53+95=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 95 (37.5% from 255 or 50.26% from 189); Max value from RGB is 95 - color contains mainly: blue. Hex color #29355F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29355F is #D6CAA0. Grayscale: #363636. Windows color (decimal): -14076577 or 6239529. OLE color: 6239529.

HSL color Cylindrical-coordinate representation of color #29355F: hue angle of 226.67º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #29355F is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 53 95 -
CMYK 0.57 0.44 0 0.63
HSL 226.67º 0.4% 0.27% -
HSV(B) 226.67º 0.57% 0.37% -
XYZ 4.25 3.84 11.34 -
YUV 54.2 151.02 118.58 -
System Red Green Blue C M Y K H S L
Decimal 41 53 95 0.57 0.44 0 0.63 226.67 0.4 0.27
Hex 29 35 5F 39 2C 0 3F E3 28 1B
Octal 51 65 137 71 54 0 77 343 50 33
Binary 101001 110101 1011111 111001 101100 0 111111 11100011 101000 11011

Color Harmonies of #29355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29355F

Black with #29355F

Text Example


Text Example

White with #29355F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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