#3A527B

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

Shades of Fun Blue #3A527B

Tints of Fun Blue #3A527B

Color information

#3A527B (or 0x3A527B) is unknown color: approx Fun Blue. HEX triplet: 3A, 52 and 7B. RGB value is (58,82,123). Sum of RGB (Red+Green+Blue) = 58+82+123=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A527B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A527B is #C5AD84. Grayscale: #4F4F4F. Windows color (decimal): -12955013 or 8081978. OLE color: 8081978.

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

Color convert

RGB5882123-
CMYK0.530.3300.52
HSL217.85º35.91%35.49%-
HSV(B)217.85º52.85%48.24%-
XYZ8.348.3619.91-
YUV79.5152.55112.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.05%
GREEN value IS 82 (32.42% from 255) = 31.18%
BLUE value IS 123 (48.44% from 255) = 46.77%
R=22.05%
G=31.18%
B=46.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58821230.530.3300.52217.8535.9135.49
Hex3A527B3521034da2423
Octal7212217365410643324443
Binary11101010100101111011110101100001011010011011010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,82,123); }

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

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

 a { background-color: rgb(58,82,123); }

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

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

 span { border-color: rgb(58,82,123); }

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