#3A527A

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

Shades of Fun Blue #3A527A

Tints of Fun Blue #3A527A

Color information

#3A527A (or 0x3A527A) is unknown color: approx Fun Blue. HEX triplet: 3A, 52 and 7A. RGB value is (58,82,122). Sum of RGB (Red+Green+Blue) = 58+82+122=262 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.14% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A527A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A527A is #C5AD85. Grayscale: #4F4F4F. Windows color (decimal): -12955014 or 8016442. OLE color: 8016442.

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

Color convert

RGB5882122-
CMYK0.520.3300.52
HSL217.5º35.56%35.29%-
HSV(B)217.5º52.46%47.84%-
XYZ8.288.3419.59-
YUV79.38152.05112.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.14%
GREEN value IS 82 (32.42% from 255) = 31.30%
BLUE value IS 122 (48.05% from 255) = 46.56%
R=22.14%
G=31.30%
B=46.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58821220.520.3300.52217.535.5635.29
Hex3A527A3421034da2423
Octal7212217264410643324443
Binary11101010100101111010110100100001011010011011010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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