#353F57

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

Shades of Gulf Blue #353F57

Tints of Gulf Blue #353F57

Color information

#353F57 (or 0x353F57) is unknown color: approx Gulf Blue. HEX triplet: 35, 3F and 57. RGB value is (53,63,87). Sum of RGB (Red+Green+Blue) = 53+63+87=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 87 - color contains mainly: blue. Hex color #353F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F57 is #CAC0A8. Grayscale: #3E3E3E. Windows color (decimal): -13287593 or 5717813. OLE color: 5717813.

HSL color Cylindrical-coordinate representation of color #353F57: hue angle of 222.35º 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 #353F57 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB536387-
CMYK0.390.2800.66
HSL222.35º24.29%27.45%-
HSV(B)222.35º39.08%34.12%-
XYZ4.9759.72-
YUV62.75141.69121.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.11%
GREEN value IS 63 (25% from 255) = 31.03%
BLUE value IS 87 (34.38% from 255) = 42.86%
R=26.11%
G=31.03%
B=42.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5363870.390.2800.66222.3524.2927.45
Hex353F57271C042de181b
Octal6577127473401023363033
Binary11010111111110101111001111110001000010110111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353F57; }

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

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

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

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

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

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

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

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