#353F5A

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

Shades of Gulf Blue #353F5A

Tints of Gulf Blue #353F5A

Color information

#353F5A (or 0x353F5A) is unknown color: approx Gulf Blue. HEX triplet: 35, 3F and 5A. RGB value is (53,63,90). Sum of RGB (Red+Green+Blue) = 53+63+90=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #353F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F5A is #CAC0A5. Grayscale: #3E3E3E. Windows color (decimal): -13287590 or 5914421. OLE color: 5914421.

HSL color Cylindrical-coordinate representation of color #353F5A: hue angle of 223.78º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #353F5A is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB536390-
CMYK0.410.3000.65
HSL223.78º25.87%28.04%-
HSV(B)223.78º41.11%35.29%-
XYZ5.095.0510.38-
YUV63.09143.19120.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.73%
GREEN value IS 63 (25% from 255) = 30.58%
BLUE value IS 90 (35.55% from 255) = 43.69%
R=25.73%
G=30.58%
B=43.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5363900.410.3000.65223.7825.8728.04
Hex353F5A291E041e01a1c
Octal6577132513601013403234
Binary11010111111110110101010011111001000001111000001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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