#3C5B70

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

Shades of Blumine #3C5B70

Tints of Blumine #3C5B70

Color information

#3C5B70 (or 0x3C5B70) is unknown color: approx Blumine. HEX triplet: 3C, 5B and 70. RGB value is (60,91,112). Sum of RGB (Red+Green+Blue) = 60+91+112=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C5B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5B70 is #C3A48F. Grayscale: #545454. Windows color (decimal): -12821648 or 7363388. OLE color: 7363388.

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

Color convert

RGB6091112-
CMYK0.460.1900.56
HSL204.23º30.23%33.73%-
HSV(B)204.23º46.43%43.92%-
XYZ8.539.6116.74-
YUV84.12143.73110.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.81%
GREEN value IS 91 (35.94% from 255) = 34.60%
BLUE value IS 112 (44.14% from 255) = 42.59%
R=22.81%
G=34.60%
B=42.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60911120.460.1900.56204.2330.2333.73
Hex3C5B702E13038cc1e22
Octal7413316056230703143642
Binary111100101101111100001011101001101110001100110011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,91,112); }

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

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

 a { background-color: rgb(60,91,112); }

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

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

 span { border-color: rgb(60,91,112); }

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