#324768

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

Shades of Gulf Blue #324768

Tints of Gulf Blue #324768

Color information

#324768 (or 0x324768) is unknown color: approx Gulf Blue. HEX triplet: 32, 47 and 68. RGB value is (50,71,104). Sum of RGB (Red+Green+Blue) = 50+71+104=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #324768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324768 is #CDB897. Grayscale: #444444. Windows color (decimal): -13482136 or 6833970. OLE color: 6833970.

HSL color Cylindrical-coordinate representation of color #324768: hue angle of 216.67º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #324768 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5071104-
CMYK0.520.3200.59
HSL216.67º35.06%30.2%-
HSV(B)216.67º51.92%40.78%-
XYZ6.076.1813.97-
YUV68.48148.04114.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 104 (41.02% from 255) = 46.22%
R=22.22%
G=31.56%
B=46.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50711040.520.3200.59216.6735.0630.2
Hex324768342003Bd9231e
Octal6210715064400733314336
Binary1100101000111110100011010010000001110111101100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324768; }

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

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

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

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

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

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

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

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