#3B6075

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

Shades of Blumine #3B6075

Tints of Blumine #3B6075

Color information

#3B6075 (or 0x3B6075) is unknown color: approx Blumine. HEX triplet: 3B, 60 and 75. RGB value is (59,96,117). Sum of RGB (Red+Green+Blue) = 59+96+117=272 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.69% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B6075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6075 is #C49F8A. Grayscale: #575757. Windows color (decimal): -12885899 or 7692347. OLE color: 7692347.

HSL color Cylindrical-coordinate representation of color #3B6075: hue angle of 201.72º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B6075 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5996117-
CMYK0.500.1800.54
HSL201.72º32.95%34.51%-
HSV(B)201.72º49.57%45.88%-
XYZ9.210.5818.39-
YUV87.33144.74107.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.69%
GREEN value IS 96 (37.89% from 255) = 35.29%
BLUE value IS 117 (46.09% from 255) = 43.01%
R=21.69%
G=35.29%
B=43.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59961170.500.1800.54201.7232.9534.51
Hex3B60753212036ca2123
Octal7314016562220663124143
Binary1110111100000111010111001010010011011011001010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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