#324563

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

Shades of Gulf Blue #324563

Tints of Gulf Blue #324563

Color information

#324563 (or 0x324563) is unknown color: approx Gulf Blue. HEX triplet: 32, 45 and 63. RGB value is (50,69,99). Sum of RGB (Red+Green+Blue) = 50+69+99=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #324563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324563 is #CDBA9C. Grayscale: #424242. Windows color (decimal): -13482653 or 6505778. OLE color: 6505778.

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

Color convert

RGB506999-
CMYK0.490.3000.61
HSL216.73º32.89%29.22%-
HSV(B)216.73º49.49%38.82%-
XYZ5.75.8412.63-
YUV66.74146.21116.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 69 (27.34% from 255) = 31.65%
BLUE value IS 99 (39.06% from 255) = 45.41%
R=22.94%
G=31.65%
B=45.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5069990.490.3000.61216.7332.8929.22
Hex324563311E03Dd9211d
Octal6210514361360753314135
Binary110010100010111000111100011111001111011101100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324563; }

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

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

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

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

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

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

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

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