#3A5B6C

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

Shades of Blumine #3A5B6C

Tints of Blumine #3A5B6C

Color information

#3A5B6C (or 0x3A5B6C) is unknown color: approx Blumine. HEX triplet: 3A, 5B and 6C. RGB value is (58,91,108). Sum of RGB (Red+Green+Blue) = 58+91+108=257 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.57% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A5B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5B6C is #C5A493. Grayscale: #525252. Windows color (decimal): -12952724 or 7101242. OLE color: 7101242.

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

Color convert

RGB5891108-
CMYK0.460.1600.58
HSL200.4º30.12%32.55%-
HSV(B)200.4º46.3%42.35%-
XYZ8.199.4615.58-
YUV83.07142.07110.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.57%
GREEN value IS 91 (35.94% from 255) = 35.41%
BLUE value IS 108 (42.58% from 255) = 42.02%
R=22.57%
G=35.41%
B=42.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58911080.460.1600.58200.430.1232.55
Hex3A5B6C2E1003Ac81e21
Octal7213315456200723103641
Binary111010101101111011001011101000001110101100100011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,91,108); }

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

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

 a { background-color: rgb(58,91,108); }

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

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

 span { border-color: rgb(58,91,108); }

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