#353F5C

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

Shades of Gulf Blue #353F5C

Tints of Gulf Blue #353F5C

Color information

#353F5C (or 0x353F5C) is unknown color: approx Gulf Blue. HEX triplet: 35, 3F and 5C. RGB value is (53,63,92). Sum of RGB (Red+Green+Blue) = 53+63+92=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 92 - color contains mainly: blue. Hex color #353F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F5C is #CAC0A3. Grayscale: #3F3F3F. Windows color (decimal): -13287588 or 6045493. OLE color: 6045493.

HSL color Cylindrical-coordinate representation of color #353F5C: hue angle of 224.62º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #353F5C is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB536392-
CMYK0.420.3200.64
HSL224.62º26.9%28.43%-
HSV(B)224.62º42.39%36.08%-
XYZ5.185.0810.83-
YUV63.32144.19120.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.48%
GREEN value IS 63 (25% from 255) = 30.29%
BLUE value IS 92 (36.33% from 255) = 44.23%
R=25.48%
G=30.29%
B=44.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5363920.420.3200.64224.6226.928.43
Hex353F5C2A20040e11b1c
Octal6577134524001003413334
Binary110101111111101110010101010000001000000111000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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