#3a537f

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

Shades of Fun Blue #3A537F

Tints of Fun Blue #3A537F

Color information

#3A537F (or 0x3A537F) is unknown color: approx Fun Blue. HEX triplet: 3A, 53 and 7F. RGB value is (58,83,127). Sum of RGB (Red+Green+Blue) = 58+83+127=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 127 - color contains mainly: blue. Hex color #3A537F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A537F is #C5AC80. Grayscale: #505050. Windows color (decimal): -12954753 or 8344378. OLE color: 8344378.

HSL color Cylindrical-coordinate representation of color #3A537F: hue angle of 218.26º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A537F is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5883127-
CMYK0.540.3500.50
HSL218.26º37.3%36.27%-
HSV(B)218.26º54.33%49.8%-
XYZ8.678.6221.29-
YUV80.54154.22111.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.64%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 127 (50% from 255) = 47.39%
R=21.64%
G=30.97%
B=47.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal58831270.540.3500.50218.2637.336.27
Hex3A537F3623032da2524
Octal7212317766430623324544
Binary11101010100111111111110110100011011001011011010100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a537f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,83,127); }

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

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

 a { background-color: rgb(58,83,127); }

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

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

 span { border-color: rgb(58,83,127); }

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