#354061

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

Shades of Gulf Blue #354061

Tints of Gulf Blue #354061

Color information

#354061 (or 0x354061) is unknown color: approx Gulf Blue. HEX triplet: 35, 40 and 61. RGB value is (53,64,97). Sum of RGB (Red+Green+Blue) = 53+64+97=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 97 - color contains mainly: blue. Hex color #354061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354061 is #CABF9E. Grayscale: #404040. Windows color (decimal): -13287327 or 6373429. OLE color: 6373429.

HSL color Cylindrical-coordinate representation of color #354061: hue angle of 225º 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 #354061 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB536497-
CMYK0.450.3400.62
HSL225º29.33%29.41%-
HSV(B)225º45.36%38.04%-
XYZ5.465.2912.04-
YUV64.47146.36119.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.77%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 97 (38.28% from 255) = 45.33%
R=24.77%
G=29.91%
B=45.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5364970.450.3400.6222529.3329.41
Hex3540612D2203Ee11d1d
Octal6510014155420763413535
Binary110101100000011000011011011000100111110111000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354061; }

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

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

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

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

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

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

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

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