#324B7B

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

Shades of Fun Blue #324B7B

Tints of Fun Blue #324B7B

Color information

#324B7B (or 0x324B7B) is unknown color: approx Fun Blue. HEX triplet: 32, 4B and 7B. RGB value is (50,75,123). Sum of RGB (Red+Green+Blue) = 50+75+123=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #324B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324B7B is #CDB484. Grayscale: #484848. Windows color (decimal): -13481093 or 8080178. OLE color: 8080178.

HSL color Cylindrical-coordinate representation of color #324B7B: hue angle of 219.45º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #324B7B is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5075123-
CMYK0.590.3900.52
HSL219.45º42.2%33.92%-
HSV(B)219.45º59.35%48.24%-
XYZ7.417.1419.73-
YUV73156.22111.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.16%
GREEN value IS 75 (29.69% from 255) = 30.24%
BLUE value IS 123 (48.44% from 255) = 49.60%
R=20.16%
G=30.24%
B=49.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50751230.590.3900.52219.4542.233.92
Hex324B7B3B27034db2a22
Octal6211317373470643335242
Binary11001010010111111011111011100111011010011011011101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,75,123); }

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

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

 a { background-color: rgb(50,75,123); }

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

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

 span { border-color: rgb(50,75,123); }

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