#3B6074

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

Shades of Blumine #3B6074

Tints of Blumine #3B6074

Color information

#3B6074 (or 0x3B6074) is unknown color: approx Blumine. HEX triplet: 3B, 60 and 74. RGB value is (59,96,116). Sum of RGB (Red+Green+Blue) = 59+96+116=271 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.77% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 116 - color contains mainly: blue. Hex color #3B6074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6074 is #C49F8B. Grayscale: #575757. Windows color (decimal): -12885900 or 7626811. OLE color: 7626811.

HSL color Cylindrical-coordinate representation of color #3B6074: hue angle of 201.05º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B6074 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5996116-
CMYK0.490.1700.55
HSL201.05º32.57%34.31%-
HSV(B)201.05º49.14%45.49%-
XYZ9.1410.5618.08-
YUV87.22144.24107.87-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.77%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 116 (45.70% from 255) = 42.80%
R=21.77%
G=35.42%
B=42.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59961160.490.1700.55201.0532.5734.31
Hex3B60743111037c92122
Octal7314016461210673114142
Binary1110111100000111010011000110001011011111001001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,96,116); }

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

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

 a { background-color: rgb(59,96,116); }

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

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

 span { border-color: rgb(59,96,116); }

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