#354660

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

Shades of Gulf Blue #354660

Tints of Gulf Blue #354660

Color information

#354660 (or 0x354660) is unknown color: approx Gulf Blue. HEX triplet: 35, 46 and 60. RGB value is (53,70,96). Sum of RGB (Red+Green+Blue) = 53+70+96=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #354660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354660 is #CAB99F. Grayscale: #434343. Windows color (decimal): -13285792 or 6309429. OLE color: 6309429.

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

Color convert

RGB537096-
CMYK0.450.2700.62
HSL216.28º28.86%29.22%-
HSV(B)216.28º44.79%37.65%-
XYZ5.775.9811.92-
YUV67.88143.87117.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.20%
GREEN value IS 70 (27.73% from 255) = 31.96%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=24.20%
G=31.96%
B=43.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5370960.450.2700.62216.2828.8629.22
Hex3546602D1B03Ed81d1d
Octal6510614055330763303535
Binary11010110001101100000101101110110111110110110001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354660; }

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

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

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

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

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

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

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

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