#3A5685

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

Shades of Fun Blue #3A5685

Tints of Fun Blue #3A5685

Color information

#3A5685 (or 0x3A5685) is unknown color: approx Fun Blue. HEX triplet: 3A, 56 and 85. RGB value is (58,86,133). Sum of RGB (Red+Green+Blue) = 58+86+133=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #3A5685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5685 is #C5A97A. Grayscale: #525252. Windows color (decimal): -12953979 or 8738362. OLE color: 8738362.

HSL color Cylindrical-coordinate representation of color #3A5685: hue angle of 217.6º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A5685 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5886133-
CMYK0.560.3500.48
HSL217.6º39.27%37.45%-
HSV(B)217.6º56.39%52.16%-
XYZ9.319.2523.48-
YUV82.99156.22110.18-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.94%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 133 (52.34% from 255) = 48.01%
R=20.94%
G=31.05%
B=48.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal58861330.560.3500.48217.639.2737.45
Hex3A56853823030da2725
Octal7212620570430603324745
Binary111010101011010000101111000100011011000011011010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A5685; }

 p { color: rgb(58,86,133); }

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

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

 a { background-color: rgb(58,86,133); }

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

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

 span { border-color: rgb(58,86,133); }

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