#3B576D

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

Shades of Blumine #3B576D

Tints of Blumine #3B576D

Color information

#3B576D (or 0x3B576D) is unknown color: approx Blumine. HEX triplet: 3B, 57 and 6D. RGB value is (59,87,109). Sum of RGB (Red+Green+Blue) = 59+87+109=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B576D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B576D is #C4A892. Grayscale: #515151. Windows color (decimal): -12888211 or 7165755. OLE color: 7165755.

HSL color Cylindrical-coordinate representation of color #3B576D: hue angle of 206.4º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B576D is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5987109-
CMYK0.460.2000.57
HSL206.4º29.76%32.94%-
HSV(B)206.4º45.87%42.75%-
XYZ7.978.8515.76-
YUV81.14143.72112.21-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.14%
GREEN value IS 87 (34.38% from 255) = 34.12%
BLUE value IS 109 (42.97% from 255) = 42.75%
R=23.14%
G=34.12%
B=42.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59871090.460.2000.57206.429.7632.94
Hex3B576D2E14039ce1e21
Octal7312715556240713163641
Binary111011101011111011011011101010001110011100111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B576D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,87,109); }

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

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

 a { background-color: rgb(59,87,109); }

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

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

 span { border-color: rgb(59,87,109); }

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