Html Css Color HEX #344159 Gulf Blue

📋 copy color: '#344159'

red 52 ◦ green 65 ◦ blue 89

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

Shades of Gulf Blue #344159

Tints of Gulf Blue #344159

RGB

 RED value IS 52 (20.7% from 255) = 25.24%

 GREEN value IS 65 (25.78% from 255) = 31.55%

 BLUE value IS 89 (35.16% from 255) = 43.2%

R = 25.24%
G = 31.55%
B = 43.2%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#344159 (or 0x344159) is known color: Gulf Blue. HEX triplet: 34, 41 and 59. RGB value is (52,65,89). Sum of RGB (Red+Green+Blue) = 52+65+89=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #344159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344159 is #CBBEA6. Grayscale: #3F3F3F. Windows color (decimal): -13352615 or 5849396. OLE color: 5849396.

HSL color Cylindrical-coordinate representation of color #344159: hue angle of 218.92º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #344159 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 65 89 -
CMYK 0.42 0.27 0 0.65
HSL 218.92º 0.26% 0.28% -
HSV(B) 218.92º 0.42% 0.35% -
XYZ 5.11 5.23 10.19 -
YUV 63.85 142.19 119.55 -
System Red Green Blue C M Y K H S L
Decimal 52 65 89 0.42 0.27 0 0.65 218.92 0.26 0.28
Hex 34 41 59 2A 1B 0 41 DB 1A 1C
Octal 64 101 131 52 33 0 101 333 32 34
Binary 110100 1000001 1011001 101010 11011 0 1000001 11011011 11010 11100

Color Harmonies of #344159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344159

Black with #344159

Text Example


Text Example

White with #344159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344159; }

 p { color: rgb(52,65,89); }

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

background-color css

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

 a { background-color: rgb(52,65,89); }

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

border-color css

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

 span { border-color: rgb(52,65,89); }

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