#354663

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

Shades of Gulf Blue #354663

Tints of Gulf Blue #354663

Color information

#354663 (or 0x354663) is unknown color: approx Gulf Blue. HEX triplet: 35, 46 and 63. RGB value is (53,70,99). Sum of RGB (Red+Green+Blue) = 53+70+99=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #354663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354663 is #CAB99C. Grayscale: #444444. Windows color (decimal): -13285789 or 6506037. OLE color: 6506037.

HSL color Cylindrical-coordinate representation of color #354663: hue angle of 217.83º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #354663 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB537099-
CMYK0.460.2900.61
HSL217.83º30.26%29.8%-
HSV(B)217.83º46.46%38.82%-
XYZ5.916.0412.66-
YUV68.22145.37117.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.87%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 99 (39.06% from 255) = 44.59%
R=23.87%
G=31.53%
B=44.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5370990.460.2900.61217.8330.2629.8
Hex3546632E1D03Dda1e1e
Octal6510614356350753323636
Binary11010110001101100011101110111010111101110110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354663; }

 p { color: rgb(53,70,99); }

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

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

 a { background-color: rgb(53,70,99); }

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

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

 span { border-color: rgb(53,70,99); }

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