#324767

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

Shades of Gulf Blue #324767

Tints of Gulf Blue #324767

Color information

#324767 (or 0x324767) is unknown color: approx Gulf Blue. HEX triplet: 32, 47 and 67. RGB value is (50,71,103). Sum of RGB (Red+Green+Blue) = 50+71+103=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 103 - color contains mainly: blue. Hex color #324767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324767 is #CDB898. Grayscale: #444444. Windows color (decimal): -13482137 or 6768434. OLE color: 6768434.

HSL color Cylindrical-coordinate representation of color #324767: hue angle of 216.23º degrees, saturation: 0.35, 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 #324767 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5071103-
CMYK0.510.3100.60
HSL216.23º34.64%30%-
HSV(B)216.23º51.46%40.39%-
XYZ6.026.1613.7-
YUV68.37147.54114.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.32%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 103 (40.62% from 255) = 45.98%
R=22.32%
G=31.70%
B=45.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50711030.510.3100.60216.2334.6430
Hex324767331F03Cd8231e
Octal6210714763370743304336
Binary110010100011111001111100111111101111001101100010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324767; }

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

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

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

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

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

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

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

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