#353E57

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

Shades of Gulf Blue #353E57

Tints of Gulf Blue #353E57

Color information

#353E57 (or 0x353E57) is unknown color: approx Gulf Blue. HEX triplet: 35, 3E and 57. RGB value is (53,62,87). Sum of RGB (Red+Green+Blue) = 53+62+87=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 62 (24.61% from 255 or 30.69% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #353E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353E57 is #CAC1A8. Grayscale: #3E3E3E. Windows color (decimal): -13287849 or 5717557. OLE color: 5717557.

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

Color convert

RGB536287-
CMYK0.390.2900.66
HSL224.12º24.29%27.45%-
HSV(B)224.12º39.08%34.12%-
XYZ4.914.899.7-
YUV62.16142.02121.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.24%
GREEN value IS 62 (24.61% from 255) = 30.69%
BLUE value IS 87 (34.38% from 255) = 43.07%
R=26.24%
G=30.69%
B=43.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5362870.390.2900.66224.1224.2927.45
Hex353E57271D042e0181b
Octal6576127473501023403033
Binary11010111111010101111001111110101000010111000001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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