#354057

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

Shades of Gulf Blue #354057

Tints of Gulf Blue #354057

Color information

#354057 (or 0x354057) is unknown color: approx Gulf Blue. HEX triplet: 35, 40 and 57. RGB value is (53,64,87). Sum of RGB (Red+Green+Blue) = 53+64+87=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 87 - color contains mainly: blue. Hex color #354057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354057 is #CABFA8. Grayscale: #3F3F3F. Windows color (decimal): -13287337 or 5718069. OLE color: 5718069.

HSL color Cylindrical-coordinate representation of color #354057: hue angle of 220.59º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #354057 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB536487-
CMYK0.390.2600.66
HSL220.59º24.29%27.45%-
HSV(B)220.59º39.08%34.12%-
XYZ5.025.119.74-
YUV63.33141.36120.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.98%
GREEN value IS 64 (25.39% from 255) = 31.37%
BLUE value IS 87 (34.38% from 255) = 42.65%
R=25.98%
G=31.37%
B=42.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5364870.390.2600.66220.5924.2927.45
Hex354057271A042dd181b
Octal65100127473201023353033
Binary110101100000010101111001111101001000010110111011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354057; }

 p { color: rgb(53,64,87); }

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

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

 a { background-color: rgb(53,64,87); }

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

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

 span { border-color: rgb(53,64,87); }

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