#324666

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

Shades of Gulf Blue #324666

Tints of Gulf Blue #324666

Color information

#324666 (or 0x324666) is unknown color: approx Gulf Blue. HEX triplet: 32, 46 and 66. RGB value is (50,70,102). Sum of RGB (Red+Green+Blue) = 50+70+102=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #324666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324666 is #CDB999. Grayscale: #434343. Windows color (decimal): -13482394 or 6702642. OLE color: 6702642.

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

Color convert

RGB5070102-
CMYK0.510.3100.6
HSL216.92º34.21%29.8%-
HSV(B)216.92º50.98%40%-
XYZ5.96.0213.42-
YUV67.67147.37115.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.52%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 102 (40.23% from 255) = 45.95%
R=22.52%
G=31.53%
B=45.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal50701020.510.3100.6216.9234.2129.8
Hex324666331F03Cd9221e
Octal6210614663370743314236
Binary110010100011011001101100111111101111001101100110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324666; }

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

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

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

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

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

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

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

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