#354666

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

Shades of Gulf Blue #354666

Tints of Gulf Blue #354666

Color information

#354666 (or 0x354666) is unknown color: approx Gulf Blue. HEX triplet: 35, 46 and 66. RGB value is (53,70,102). Sum of RGB (Red+Green+Blue) = 53+70+102=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: blue. Hex color #354666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354666 is #CAB999. Grayscale: #444444. Windows color (decimal): -13285786 or 6702645. OLE color: 6702645.

HSL color Cylindrical-coordinate representation of color #354666: hue angle of 219.18º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #354666 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5370102-
CMYK0.480.3100.6
HSL219.18º31.61%30.39%-
HSV(B)219.18º48.04%40%-
XYZ6.066.113.43-
YUV68.56146.87116.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 102 (40.23% from 255) = 45.33%
R=23.56%
G=31.11%
B=45.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53701020.480.3100.6219.1831.6130.39
Hex354666301F03Cdb201e
Octal6510614660370743334036
Binary110101100011011001101100001111101111001101101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354666; }

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

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

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

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

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

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

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

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