#32538B

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

Shades of Fun Blue #32538B

Tints of Fun Blue #32538B

Color information

#32538B (or 0x32538B) is unknown color: approx Fun Blue. HEX triplet: 32, 53 and 8B. RGB value is (50,83,139). Sum of RGB (Red+Green+Blue) = 50+83+139=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #32538B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32538B is #CDAC74. Grayscale: #4F4F4F. Windows color (decimal): -13479029 or 9130802. OLE color: 9130802.

HSL color Cylindrical-coordinate representation of color #32538B: hue angle of 217.75º 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 #32538B is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5083139-
CMYK0.640.4000.45
HSL217.75º47.09%37.06%-
HSV(B)217.75º64.03%54.51%-
XYZ9.078.7325.63-
YUV79.52161.57106.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.38%
GREEN value IS 83 (32.81% from 255) = 30.51%
BLUE value IS 139 (54.69% from 255) = 51.10%
R=18.38%
G=30.51%
B=51.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50831390.640.4000.45217.7547.0937.06
Hex32538B402802Dda2f25
Octal62123213100500553325745
Binary1100101010011100010111000000101000010110111011010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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