#353E56

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

Shades of Gulf Blue #353E56

Tints of Gulf Blue #353E56

Color information

#353E56 (or 0x353E56) is unknown color: approx Gulf Blue. HEX triplet: 35, 3E and 56. RGB value is (53,62,86). Sum of RGB (Red+Green+Blue) = 53+62+86=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 86 - color contains mainly: blue. Hex color #353E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353E56 is #CAC1A9. Grayscale: #3D3D3D. Windows color (decimal): -13287850 or 5652021. OLE color: 5652021.

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

Color convert

RGB536286-
CMYK0.380.2800.66
HSL223.64º23.74%27.25%-
HSV(B)223.64º38.37%33.73%-
XYZ4.874.879.49-
YUV62.04141.52121.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.37%
GREEN value IS 62 (24.61% from 255) = 30.85%
BLUE value IS 86 (33.98% from 255) = 42.79%
R=26.37%
G=30.85%
B=42.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5362860.380.2800.66223.6423.7427.25
Hex353E56261C042e0181b
Octal6576126463401023403033
Binary11010111111010101101001101110001000010111000001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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