#324663

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

Shades of Gulf Blue #324663

Tints of Gulf Blue #324663

Color information

#324663 (or 0x324663) is unknown color: approx Gulf Blue. HEX triplet: 32, 46 and 63. RGB value is (50,70,99). Sum of RGB (Red+Green+Blue) = 50+70+99=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #324663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324663 is #CDB99C. Grayscale: #434343. Windows color (decimal): -13482397 or 6506034. OLE color: 6506034.

HSL color Cylindrical-coordinate representation of color #324663: hue angle of 215.51º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #324663 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB507099-
CMYK0.490.2900.61
HSL215.51º32.89%29.22%-
HSV(B)215.51º49.49%38.82%-
XYZ5.765.9612.65-
YUV67.33145.87115.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.83%
GREEN value IS 70 (27.73% from 255) = 31.96%
BLUE value IS 99 (39.06% from 255) = 45.21%
R=22.83%
G=31.96%
B=45.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5070990.490.2900.61215.5132.8929.22
Hex324663311D03Dd8211d
Octal6210614361350753304135
Binary110010100011011000111100011110101111011101100010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324663; }

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

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

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

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

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

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

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

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