Html Css Color HEX #29345E Gulf Blue

📋 copy color: '#29345E'

red 41 ◦ green 52 ◦ blue 94

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

Shades of Gulf Blue #29345E

Tints of Gulf Blue #29345E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 50.27%

R = 21.93%
G = 27.81%
B = 50.27%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#29345E (or 0x29345E) is known color: Gulf Blue. HEX triplet: 29, 34 and 5E. RGB value is (41,52,94). Sum of RGB (Red+Green+Blue) = 41+52+94=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #29345E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29345E is #D6CBA1. Grayscale: #353535. Windows color (decimal): -14076834 or 6173737. OLE color: 6173737.

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

Color convert

RGB 41 52 94 -
CMYK 0.56 0.45 0 0.63
HSL 227.55º 0.39% 0.26% -
HSV(B) 227.55º 0.56% 0.37% -
XYZ 4.16 3.74 11.09 -
YUV 53.5 150.86 119.08 -
System Red Green Blue C M Y K H S L
Decimal 41 52 94 0.56 0.45 0 0.63 227.55 0.39 0.26
Hex 29 34 5E 38 2D 0 3F E4 27 1A
Octal 51 64 136 70 55 0 77 344 47 32
Binary 101001 110100 1011110 111000 101101 0 111111 11100100 100111 11010

Color Harmonies of #29345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29345E

Black with #29345E

Text Example


Text Example

White with #29345E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29345E;
 }
 .AnyTagClassName
 {
   color: #29345E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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