Html Css Color HEX #29375F Gulf Blue

📋 copy color: '#29375F'

red 41 ◦ green 55 ◦ blue 95

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

Shades of Gulf Blue #29375F

Tints of Gulf Blue #29375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.8%

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

R = 21.47%
G = 28.8%
B = 49.74%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#29375F (or 0x29375F) is known color: Gulf Blue. HEX triplet: 29, 37 and 5F. RGB value is (41,55,95). Sum of RGB (Red+Green+Blue) = 41+55+95=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #29375F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29375F is #D6C8A0. Grayscale: #373737. Windows color (decimal): -14076065 or 6240041. OLE color: 6240041.

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

Color convert

RGB 41 55 95 -
CMYK 0.57 0.42 0 0.63
HSL 224.44º 0.4% 0.27% -
HSV(B) 224.44º 0.57% 0.37% -
XYZ 4.35 4.03 11.38 -
YUV 55.37 150.36 117.75 -
System Red Green Blue C M Y K H S L
Decimal 41 55 95 0.57 0.42 0 0.63 224.44 0.4 0.27
Hex 29 37 5F 39 2A 0 3F E0 28 1B
Octal 51 67 137 71 52 0 77 340 50 33
Binary 101001 110111 1011111 111001 101010 0 111111 11100000 101000 11011

Color Harmonies of #29375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29375F

Black with #29375F

Text Example


Text Example

White with #29375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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