Html Css Color HEX #29345D Gulf Blue

📋 copy color: '#29345D'

red 41 ◦ green 52 ◦ blue 93

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

Shades of Gulf Blue #29345D

Tints of Gulf Blue #29345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.96%

 BLUE value IS 93 (36.72% from 255) = 50%

R = 22.04%
G = 27.96%
B = 50%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29345D (or 0x29345D) is known color: 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

RGB 41 52 93 -
CMYK 0.56 0.44 0 0.64
HSL 227.31º 0.39% 0.26% -
HSV(B) 227.31º 0.56% 0.36% -
XYZ 4.12 3.72 10.86 -
YUV 53.39 150.36 119.17 -
System Red Green Blue C M Y K H S L
Decimal 41 52 93 0.56 0.44 0 0.64 227.31 0.39 0.26
Hex 29 34 5D 38 2C 0 40 E3 27 1A
Octal 51 64 135 70 54 0 100 343 47 32
Binary 101001 110100 1011101 111000 101100 0 1000000 11100011 100111 11010

Color Harmonies of #29345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29345D

Black with #29345D

Text Example


Text Example

White with #29345D

Text Example


Text Example

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