#354261

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

Shades of Gulf Blue #354261

Tints of Gulf Blue #354261

Color information

#354261 (or 0x354261) is unknown color: approx Gulf Blue. HEX triplet: 35, 42 and 61. RGB value is (53,66,97). Sum of RGB (Red+Green+Blue) = 53+66+97=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #354261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354261 is #CABD9E. Grayscale: #414141. Windows color (decimal): -13286815 or 6373941. OLE color: 6373941.

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

Color convert

RGB536697-
CMYK0.450.3200.62
HSL222.27º29.33%29.41%-
HSV(B)222.27º45.36%38.04%-
XYZ5.575.5212.08-
YUV65.65145.69118.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.54%
GREEN value IS 66 (26.17% from 255) = 30.56%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=24.54%
G=30.56%
B=44.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5366970.450.3200.62222.2729.3329.41
Hex3542612D2003Ede1d1d
Octal6510214155400763363535
Binary110101100001011000011011011000000111110110111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354261; }

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

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

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

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

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

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

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

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