#324F88

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

Shades of Fun Blue #324F88

Tints of Fun Blue #324F88

Color information

#324F88 (or 0x324F88) is unknown color: approx Fun Blue. HEX triplet: 32, 4F and 88. RGB value is (50,79,136). Sum of RGB (Red+Green+Blue) = 50+79+136=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 136 (53.52% from 255 or 51.32% from 265); Max value from RGB is 136 - color contains mainly: blue. Hex color #324F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324F88 is #CDB077. Grayscale: #4C4C4C. Windows color (decimal): -13480056 or 8933170. OLE color: 8933170.

HSL color Cylindrical-coordinate representation of color #324F88: hue angle of 219.77º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #324F88 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5079136-
CMYK0.630.4200.47
HSL219.77º46.24%36.47%-
HSV(B)219.77º63.24%53.33%-
XYZ8.568.0524.39-
YUV76.83161.39108.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 79 (31.25% from 255) = 29.81%
BLUE value IS 136 (53.52% from 255) = 51.32%
R=18.87%
G=29.81%
B=51.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50791360.630.4200.47219.7746.2436.47
Hex324F883F2A02Fdc2e24
Octal6211721077520573345644
Binary110010100111110001000111111101010010111111011100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324F88; }

 p { color: rgb(50,79,136); }

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

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

 a { background-color: rgb(50,79,136); }

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

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

 span { border-color: rgb(50,79,136); }

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