#324566

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

Shades of Gulf Blue #324566

Tints of Gulf Blue #324566

Color information

#324566 (or 0x324566) is unknown color: approx Gulf Blue. HEX triplet: 32, 45 and 66. RGB value is (50,69,102). Sum of RGB (Red+Green+Blue) = 50+69+102=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #324566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324566 is #CDBA99. Grayscale: #424242. Windows color (decimal): -13482650 or 6702386. OLE color: 6702386.

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

Color convert

RGB5069102-
CMYK0.510.3200.6
HSL218.08º34.21%29.8%-
HSV(B)218.08º50.98%40%-
XYZ5.845.8913.4-
YUV67.08147.71115.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 102 (40.23% from 255) = 46.15%
R=22.62%
G=31.22%
B=46.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal50691020.510.3200.6218.0834.2129.8
Hex324566332003Cda221e
Octal6210514663400743324236
Binary1100101000101110011011001110000001111001101101010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324566; }

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

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

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

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

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

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

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

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