#3B5E70

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

Shades of Blumine #3B5E70

Tints of Blumine #3B5E70

Color information

#3B5E70 (or 0x3B5E70) is unknown color: approx Blumine. HEX triplet: 3B, 5E and 70. RGB value is (59,94,112). Sum of RGB (Red+Green+Blue) = 59+94+112=265 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.26% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: blue. Hex color #3B5E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5E70 is #C4A18F. Grayscale: #555555. Windows color (decimal): -12886416 or 7364155. OLE color: 7364155.

HSL color Cylindrical-coordinate representation of color #3B5E70: hue angle of 200.38º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B5E70 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5994112-
CMYK0.470.1600.56
HSL200.38º30.99%33.53%-
HSV(B)200.38º47.32%43.92%-
XYZ8.7310.1116.82-
YUV85.59142.9109.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.26%
GREEN value IS 94 (37.11% from 255) = 35.47%
BLUE value IS 112 (44.14% from 255) = 42.26%
R=22.26%
G=35.47%
B=42.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59941120.470.1600.56200.3830.9933.53
Hex3B5E702F10038c81f22
Octal7313616057200703103742
Binary111011101111011100001011111000001110001100100011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,94,112); }

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

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

 a { background-color: rgb(59,94,112); }

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

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

 span { border-color: rgb(59,94,112); }

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