#324460

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

Shades of Gulf Blue #324460

Tints of Gulf Blue #324460

Color information

#324460 (or 0x324460) is unknown color: approx Gulf Blue. HEX triplet: 32, 44 and 60. RGB value is (50,68,96). Sum of RGB (Red+Green+Blue) = 50+68+96=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #324460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324460 is #CDBB9F. Grayscale: #414141. Windows color (decimal): -13482912 or 6308914. OLE color: 6308914.

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

Color convert

RGB506896-
CMYK0.480.2900.62
HSL216.52º31.51%28.63%-
HSV(B)216.52º47.92%37.65%-
XYZ5.495.6611.87-
YUV65.81145.04116.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.36%
GREEN value IS 68 (26.95% from 255) = 31.78%
BLUE value IS 96 (37.89% from 255) = 44.86%
R=23.36%
G=31.78%
B=44.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5068960.480.2900.62216.5231.5128.63
Hex324460301D03Ed9201d
Octal6210414060350763314035
Binary110010100010011000001100001110101111101101100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324460; }

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

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

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

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

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

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

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

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