#324766

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

Shades of Gulf Blue #324766

Tints of Gulf Blue #324766

Color information

#324766 (or 0x324766) is unknown color: approx Gulf Blue. HEX triplet: 32, 47 and 66. RGB value is (50,71,102). Sum of RGB (Red+Green+Blue) = 50+71+102=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #324766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324766 is #CDB899. Grayscale: #444444. Windows color (decimal): -13482138 or 6702898. OLE color: 6702898.

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

Color convert

RGB5071102-
CMYK0.510.3000.6
HSL215.77º34.21%29.8%-
HSV(B)215.77º50.98%40%-
XYZ5.976.1413.44-
YUV68.26147.04114.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.42%
GREEN value IS 71 (28.12% from 255) = 31.84%
BLUE value IS 102 (40.23% from 255) = 45.74%
R=22.42%
G=31.84%
B=45.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal50711020.510.3000.6215.7734.2129.8
Hex324766331E03Cd8221e
Octal6210714663360743304236
Binary110010100011111001101100111111001111001101100010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324766; }

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

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

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

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

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

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

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

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