#324260

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

Shades of Gulf Blue #324260

Tints of Gulf Blue #324260

Color information

#324260 (or 0x324260) is unknown color: approx Gulf Blue. HEX triplet: 32, 42 and 60. RGB value is (50,66,96). Sum of RGB (Red+Green+Blue) = 50+66+96=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #324260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324260 is #CDBD9F. Grayscale: #404040. Windows color (decimal): -13483424 or 6308402. OLE color: 6308402.

HSL color Cylindrical-coordinate representation of color #324260: hue angle of 219.13º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #324260 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB506696-
CMYK0.480.3100.62
HSL219.13º31.51%28.63%-
HSV(B)219.13º47.92%37.65%-
XYZ5.375.4211.83-
YUV64.64145.7117.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.58%
GREEN value IS 66 (26.17% from 255) = 31.13%
BLUE value IS 96 (37.89% from 255) = 45.28%
R=23.58%
G=31.13%
B=45.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5066960.480.3100.62219.1331.5128.63
Hex324260301F03Edb201d
Octal6210214060370763334035
Binary110010100001011000001100001111101111101101101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324260; }

 p { color: rgb(50,66,96); }

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

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

 a { background-color: rgb(50,66,96); }

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

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

 span { border-color: rgb(50,66,96); }

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