#32518B

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

Shades of Fun Blue #32518B

Tints of Fun Blue #32518B

Color information

#32518B (or 0x32518B) is unknown color: approx Fun Blue. HEX triplet: 32, 51 and 8B. RGB value is (50,81,139). Sum of RGB (Red+Green+Blue) = 50+81+139=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #32518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32518B is #CDAE74. Grayscale: #4E4E4E. Windows color (decimal): -13479541 or 9130290. OLE color: 9130290.

HSL color Cylindrical-coordinate representation of color #32518B: hue angle of 219.1º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32518B is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5081139-
CMYK0.640.4200.45
HSL219.1º47.09%37.06%-
HSV(B)219.1º64.03%54.51%-
XYZ8.928.4325.58-
YUV78.34162.23107.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.52%
GREEN value IS 81 (32.03% from 255) = 30%
BLUE value IS 139 (54.69% from 255) = 51.48%
R=18.52%
G=30%
B=51.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50811390.640.4200.45219.147.0937.06
Hex32518B402A02Ddb2f25
Octal62121213100520553335745
Binary1100101010001100010111000000101010010110111011011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32518B; }

 p { color: rgb(50,81,139); }

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

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

 a { background-color: rgb(50,81,139); }

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

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

 span { border-color: rgb(50,81,139); }

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