Html Css Color HEX #344060 Gulf Blue

📋 copy color: '#344060'

red 52 ◦ green 64 ◦ blue 96

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

Shades of Gulf Blue #344060

Tints of Gulf Blue #344060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 45.28%

R = 24.53%
G = 30.19%
B = 45.28%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#344060 (or 0x344060) is known color: Gulf Blue. HEX triplet: 34, 40 and 60. RGB value is (52,64,96). Sum of RGB (Red+Green+Blue) = 52+64+96=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #344060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344060 is #CBBF9F. Grayscale: #3F3F3F. Windows color (decimal): -13352864 or 6307892. OLE color: 6307892.

HSL color Cylindrical-coordinate representation of color #344060: hue angle of 223.64º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #344060 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 64 96 -
CMYK 0.46 0.33 0 0.62
HSL 223.64º 0.3% 0.29% -
HSV(B) 223.64º 0.46% 0.38% -
XYZ 5.36 5.24 11.8 -
YUV 64.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 52 64 96 0.46 0.33 0 0.62 223.64 0.3 0.29
Hex 34 40 60 2E 21 0 3E E0 1E 1D
Octal 64 100 140 56 41 0 76 340 36 35
Binary 110100 1000000 1100000 101110 100001 0 111110 11100000 11110 11101

Color Harmonies of #344060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344060

Black with #344060

Text Example


Text Example

White with #344060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344060; }

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

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

background-color css

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

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

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

border-color css

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

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

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