#324560

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

Shades of Gulf Blue #324560

Tints of Gulf Blue #324560

Color information

#324560 (or 0x324560) is unknown color: approx Gulf Blue. HEX triplet: 32, 45 and 60. RGB value is (50,69,96). Sum of RGB (Red+Green+Blue) = 50+69+96=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #324560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324560 is #CDBA9F. Grayscale: #424242. Windows color (decimal): -13482656 or 6309170. OLE color: 6309170.

HSL color Cylindrical-coordinate representation of color #324560: hue angle of 215.22º 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 #324560 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB506996-
CMYK0.480.2800.62
HSL215.22º31.51%28.63%-
HSV(B)215.22º47.92%37.65%-
XYZ5.555.7811.89-
YUV66.4144.71116.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.26%
GREEN value IS 69 (27.34% from 255) = 32.09%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=23.26%
G=32.09%
B=44.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5069960.480.2800.62215.2231.5128.63
Hex324560301C03Ed7201d
Octal6210514060340763274035
Binary110010100010111000001100001110001111101101011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324560; }

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

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

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

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

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

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

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

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