#353F5F

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

Shades of Gulf Blue #353F5F

Tints of Gulf Blue #353F5F

Color information

#353F5F (or 0x353F5F) is unknown color: approx Gulf Blue. HEX triplet: 35, 3F and 5F. RGB value is (53,63,95). Sum of RGB (Red+Green+Blue) = 53+63+95=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #353F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F5F is #CAC0A0. Grayscale: #3F3F3F. Windows color (decimal): -13287585 or 6242101. OLE color: 6242101.

HSL color Cylindrical-coordinate representation of color #353F5F: hue angle of 225.71º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #353F5F is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB536395-
CMYK0.440.3400.63
HSL225.71º28.38%29.02%-
HSV(B)225.71º44.21%37.25%-
XYZ5.315.1411.54-
YUV63.66145.69120.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.12%
GREEN value IS 63 (25% from 255) = 29.86%
BLUE value IS 95 (37.5% from 255) = 45.02%
R=25.12%
G=29.86%
B=45.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5363950.440.3400.63225.7128.3829.02
Hex353F5F2C2203Fe21c1d
Octal657713754420773423435
Binary11010111111110111111011001000100111111111000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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