#354363

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

Shades of Gulf Blue #354363

Tints of Gulf Blue #354363

Color information

#354363 (or 0x354363) is unknown color: approx Gulf Blue. HEX triplet: 35, 43 and 63. RGB value is (53,67,99). Sum of RGB (Red+Green+Blue) = 53+67+99=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #354363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354363 is #CABC9C. Grayscale: #424242. Windows color (decimal): -13286557 or 6505269. OLE color: 6505269.

HSL color Cylindrical-coordinate representation of color #354363: hue angle of 221.74º 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 #354363 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB536799-
CMYK0.460.3200.61
HSL221.74º30.26%29.8%-
HSV(B)221.74º46.46%38.82%-
XYZ5.735.6712.6-
YUV66.46146.36118.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.20%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 99 (39.06% from 255) = 45.21%
R=24.20%
G=30.59%
B=45.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5367990.460.3200.61221.7430.2629.8
Hex3543632E2003Dde1e1e
Octal6510314356400753363636
Binary110101100001111000111011101000000111101110111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354363; }

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

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

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

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

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

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

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

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