Html Css Color HEX #344660 Gulf Blue

📋 copy color: '#344660'

red 52 ◦ green 70 ◦ blue 96

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

Shades of Gulf Blue #344660

Tints of Gulf Blue #344660

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.11%

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

R = 23.85%
G = 32.11%
B = 44.04%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#344660 (or 0x344660) is known color: Gulf Blue. HEX triplet: 34, 46 and 60. RGB value is (52,70,96). Sum of RGB (Red+Green+Blue) = 52+70+96=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #344660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344660 is #CBB99F. Grayscale: #434343. Windows color (decimal): -13351328 or 6309428. OLE color: 6309428.

HSL color Cylindrical-coordinate representation of color #344660: hue angle of 215.45º 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 #344660 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 70 96 -
CMYK 0.46 0.27 0 0.62
HSL 215.45º 0.3% 0.29% -
HSV(B) 215.45º 0.46% 0.38% -
XYZ 5.72 5.95 11.91 -
YUV 67.58 144.04 116.89 -
System Red Green Blue C M Y K H S L
Decimal 52 70 96 0.46 0.27 0 0.62 215.45 0.3 0.29
Hex 34 46 60 2E 1B 0 3E D7 1E 1D
Octal 64 106 140 56 33 0 76 327 36 35
Binary 110100 1000110 1100000 101110 11011 0 111110 11010111 11110 11101

Color Harmonies of #344660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344660

Black with #344660

Text Example


Text Example

White with #344660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344660; }

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

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

background-color css

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

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

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

border-color css

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

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

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