#353D57

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

Shades of Gulf Blue #353D57

Tints of Gulf Blue #353D57

Color information

#353D57 (or 0x353D57) is unknown color: approx Gulf Blue. HEX triplet: 35, 3D and 57. RGB value is (53,61,87). Sum of RGB (Red+Green+Blue) = 53+61+87=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 87 - color contains mainly: blue. Hex color #353D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353D57 is #CAC2A8. Grayscale: #3D3D3D. Windows color (decimal): -13288105 or 5717301. OLE color: 5717301.

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

Color convert

RGB536187-
CMYK0.390.3000.66
HSL225.88º24.29%27.45%-
HSV(B)225.88º39.08%34.12%-
XYZ4.864.789.68-
YUV61.57142.35121.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.37%
GREEN value IS 61 (24.22% from 255) = 30.35%
BLUE value IS 87 (34.38% from 255) = 43.28%
R=26.37%
G=30.35%
B=43.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5361870.390.3000.66225.8824.2927.45
Hex353D57271E042e2181b
Octal6575127473601023423033
Binary11010111110110101111001111111001000010111000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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