#3A6674

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

Shades of Blumine #3A6674

Tints of Blumine #3A6674

Color information

#3A6674 (or 0x3A6674) is unknown color: approx Blumine. HEX triplet: 3A, 66 and 74. RGB value is (58,102,116). Sum of RGB (Red+Green+Blue) = 58+102+116=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 116 - color contains mainly: blue. Hex color #3A6674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6674 is #C5998B. Grayscale: #5A5A5A. Windows color (decimal): -12949900 or 7628346. OLE color: 7628346.

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

Color convert

RGB58102116-
CMYK0.50.1200.55
HSL194.48º33.33%34.12%-
HSV(B)194.48º50%45.49%-
XYZ9.6511.6618.27-
YUV90.44142.42104.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.01%
GREEN value IS 102 (40.23% from 255) = 36.96%
BLUE value IS 116 (45.70% from 255) = 42.03%
R=21.01%
G=36.96%
B=42.03%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal581021160.50.1200.55194.4833.3334.12
Hex3A667432C037c22122
Octal7214616462140673024142
Binary111010110011011101001100101100011011111000010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,102,116); }

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

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

 a { background-color: rgb(58,102,116); }

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

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

 span { border-color: rgb(58,102,116); }

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