#344660

Color #344660 Gulf Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Blue #344660

Tints of Gulf Blue #344660

Color information

#344660 (or 0x344660) is unknown color: approx 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

RGB527096-
CMYK0.460.2700.62
HSL215.45º29.73%29.02%-
HSV(B)215.45º45.83%37.65%-
XYZ5.725.9511.91-
YUV67.58144.04116.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% 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 (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5270960.460.2700.62215.4529.7329.02
Hex3446602E1B03Ed71e1d
Octal6410614056330763273635
Binary11010010001101100000101110110110111110110101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>