#324665

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

Shades of Gulf Blue #324665

Tints of Gulf Blue #324665

Color information

#324665 (or 0x324665) is unknown color: approx Gulf Blue. HEX triplet: 32, 46 and 65. RGB value is (50,70,101). Sum of RGB (Red+Green+Blue) = 50+70+101=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 101 - color contains mainly: blue. Hex color #324665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324665 is #CDB99A. Grayscale: #434343. Windows color (decimal): -13482395 or 6637106. OLE color: 6637106.

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

Color convert

RGB5070101-
CMYK0.500.3100.60
HSL216.47º33.77%29.61%-
HSV(B)216.47º50.5%39.61%-
XYZ5.85613.16-
YUV67.55146.87115.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 70 (27.73% from 255) = 31.67%
BLUE value IS 101 (39.84% from 255) = 45.70%
R=22.62%
G=31.67%
B=45.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50701010.500.3100.60216.4733.7729.61
Hex324665321F03Cd8221e
Octal6210614562370743304236
Binary110010100011011001011100101111101111001101100010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324665; }

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

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

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

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

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

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

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

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