Html Css Color HEX #29365F Gulf Blue

📋 copy color: '#29365F'

red 41 ◦ green 54 ◦ blue 95

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

Shades of Gulf Blue #29365F

Tints of Gulf Blue #29365F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.42%

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

R = 21.58%
G = 28.42%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#29365F (or 0x29365F) is known color: Gulf Blue. HEX triplet: 29, 36 and 5F. RGB value is (41,54,95). Sum of RGB (Red+Green+Blue) = 41+54+95=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #29365F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29365F is #D6C9A0. Grayscale: #363636. Windows color (decimal): -14076321 or 6239785. OLE color: 6239785.

HSL color Cylindrical-coordinate representation of color #29365F: hue angle of 225.56º 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 #29365F is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 54 95 -
CMYK 0.57 0.43 0 0.63
HSL 225.56º 0.4% 0.27% -
HSV(B) 225.56º 0.57% 0.37% -
XYZ 4.3 3.94 11.36 -
YUV 54.79 150.69 118.17 -
System Red Green Blue C M Y K H S L
Decimal 41 54 95 0.57 0.43 0 0.63 225.56 0.4 0.27
Hex 29 36 5F 39 2B 0 3F E2 28 1B
Octal 51 66 137 71 53 0 77 342 50 33
Binary 101001 110110 1011111 111001 101011 0 111111 11100010 101000 11011

Color Harmonies of #29365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29365F

Black with #29365F

Text Example


Text Example

White with #29365F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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