Html Css Color HEX #344059 Gulf Blue

📋 copy color: '#344059'

red 52 ◦ green 64 ◦ blue 89

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

Shades of Gulf Blue #344059

Tints of Gulf Blue #344059

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.22%

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

R = 25.37%
G = 31.22%
B = 43.41%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#344059 (or 0x344059) is known color: Gulf Blue. HEX triplet: 34, 40 and 59. RGB value is (52,64,89). Sum of RGB (Red+Green+Blue) = 52+64+89=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #344059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344059 is #CBBFA6. Grayscale: #3F3F3F. Windows color (decimal): -13352871 or 5849140. OLE color: 5849140.

HSL color Cylindrical-coordinate representation of color #344059: hue angle of 220.54º 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 #344059 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 64 89 -
CMYK 0.42 0.28 0 0.65
HSL 220.54º 0.26% 0.28% -
HSV(B) 220.54º 0.42% 0.35% -
XYZ 5.05 5.12 10.17 -
YUV 63.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 52 64 89 0.42 0.28 0 0.65 220.54 0.26 0.28
Hex 34 40 59 2A 1C 0 41 DD 1A 1C
Octal 64 100 131 52 34 0 101 335 32 34
Binary 110100 1000000 1011001 101010 11100 0 1000001 11011101 11010 11100

Color Harmonies of #344059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344059

Black with #344059

Text Example


Text Example

White with #344059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344059; }

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

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

background-color css

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

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

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

border-color css

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

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

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