#354561

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

Shades of Gulf Blue #354561

Tints of Gulf Blue #354561

Color information

#354561 (or 0x354561) is unknown color: approx Gulf Blue. HEX triplet: 35, 45 and 61. RGB value is (53,69,97). Sum of RGB (Red+Green+Blue) = 53+69+97=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 97 - color contains mainly: blue. Hex color #354561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354561 is #CABA9E. Grayscale: #434343. Windows color (decimal): -13286047 or 6374709. OLE color: 6374709.

HSL color Cylindrical-coordinate representation of color #354561: hue angle of 218.18º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #354561 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB536997-
CMYK0.450.2900.62
HSL218.18º29.33%29.41%-
HSV(B)218.18º45.36%38.04%-
XYZ5.755.8812.14-
YUV67.41144.7117.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.20%
GREEN value IS 69 (27.34% from 255) = 31.51%
BLUE value IS 97 (38.28% from 255) = 44.29%
R=24.20%
G=31.51%
B=44.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5369970.450.2900.62218.1829.3329.41
Hex3545612D1D03Eda1d1d
Octal6510514155350763323535
Binary11010110001011100001101101111010111110110110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354561; }

 p { color: rgb(53,69,97); }

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

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

 a { background-color: rgb(53,69,97); }

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

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

 span { border-color: rgb(53,69,97); }

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