#3A6570

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

Shades of Blumine #3A6570

Tints of Blumine #3A6570

Color information

#3A6570 (or 0x3A6570) is unknown color: approx Blumine. HEX triplet: 3A, 65 and 70. RGB value is (58,101,112). Sum of RGB (Red+Green+Blue) = 58+101+112=271 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.40% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A6570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6570 is #C59A8F. Grayscale: #595959. Windows color (decimal): -12950160 or 7365946. OLE color: 7365946.

HSL color Cylindrical-coordinate representation of color #3A6570: hue angle of 192.22º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A6570 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB58101112-
CMYK0.480.1000.56
HSL192.22º31.76%33.33%-
HSV(B)192.22º48.21%43.92%-
XYZ9.3211.3817.03-
YUV89.4140.75105.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.40%
GREEN value IS 101 (39.84% from 255) = 37.27%
BLUE value IS 112 (44.14% from 255) = 41.33%
R=21.40%
G=37.27%
B=41.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal581011120.480.1000.56192.2231.7633.33
Hex3A657030A038c02021
Octal7214516060120703004041
Binary111010110010111100001100001010011100011000000100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,101,112); }

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

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

 a { background-color: rgb(58,101,112); }

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

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

 span { border-color: rgb(58,101,112); }

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