#344460

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

Shades of Gulf Blue #344460

Tints of Gulf Blue #344460

Color information

#344460 (or 0x344460) is unknown color: approx Gulf Blue. HEX triplet: 34, 44 and 60. RGB value is (52,68,96). Sum of RGB (Red+Green+Blue) = 52+68+96=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #344460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344460 is #CBBB9F. Grayscale: #424242. Windows color (decimal): -13351840 or 6308916. OLE color: 6308916.

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

Color convert

RGB526896-
CMYK0.460.2900.62
HSL218.18º29.73%29.02%-
HSV(B)218.18º45.83%37.65%-
XYZ5.595.7111.87-
YUV66.41144.7117.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.07%
GREEN value IS 68 (26.95% from 255) = 31.48%
BLUE value IS 96 (37.89% from 255) = 44.44%
R=24.07%
G=31.48%
B=44.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5268960.460.2900.62218.1829.7329.02
Hex3444602E1D03Eda1e1d
Octal6410414056350763323635
Binary11010010001001100000101110111010111110110110101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344460; }

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

 H1.HeaderClassName
 {
   color: #344460;
 }
 .AnyTagClassName
 {
   color: #344460;
 }
</style>
background-color css

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

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

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

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

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

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