#3B6476

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

Shades of Blumine #3B6476

Tints of Blumine #3B6476

Color information

#3B6476 (or 0x3B6476) is unknown color: approx Blumine. HEX triplet: 3B, 64 and 76. RGB value is (59,100,118). Sum of RGB (Red+Green+Blue) = 59+100+118=277 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.30% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #3B6476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6476 is #C49B89. Grayscale: #595959. Windows color (decimal): -12884874 or 7758907. OLE color: 7758907.

HSL color Cylindrical-coordinate representation of color #3B6476: hue angle of 198.31º 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 #3B6476 is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB59100118-
CMYK0.500.1500.54
HSL198.31º33.33%34.71%-
HSV(B)198.31º50%46.27%-
XYZ9.6311.3518.82-
YUV89.79143.92106.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.30%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 118 (46.48% from 255) = 42.60%
R=21.30%
G=36.10%
B=42.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal591001180.500.1500.54198.3133.3334.71
Hex3B647632F036c62123
Octal7314416662170663064143
Binary111011110010011101101100101111011011011000110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,100,118); }

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

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

 a { background-color: rgb(59,100,118); }

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

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

 span { border-color: rgb(59,100,118); }

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