#354866

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

Shades of Gulf Blue #354866

Tints of Gulf Blue #354866

Color information

#354866 (or 0x354866) is unknown color: approx Gulf Blue. HEX triplet: 35, 48 and 66. RGB value is (53,72,102). Sum of RGB (Red+Green+Blue) = 53+72+102=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #354866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354866 is #CAB799. Grayscale: #454545. Windows color (decimal): -13285274 or 6703157. OLE color: 6703157.

HSL color Cylindrical-coordinate representation of color #354866: hue angle of 216.73º 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 #354866 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5372102-
CMYK0.480.2900.6
HSL216.73º31.61%30.39%-
HSV(B)216.73º48.04%40%-
XYZ6.186.3513.47-
YUV69.74146.21116.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 72 (28.52% from 255) = 31.72%
BLUE value IS 102 (40.23% from 255) = 44.93%
R=23.35%
G=31.72%
B=44.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53721020.480.2900.6216.7331.6130.39
Hex354866301D03Cd9201e
Octal6511014660350743314036
Binary110101100100011001101100001110101111001101100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354866; }

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

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

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

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

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

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

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

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