#3A6275

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

Shades of Blumine #3A6275

Tints of Blumine #3A6275

Color information

#3A6275 (or 0x3A6275) is unknown color: approx Blumine. HEX triplet: 3A, 62 and 75. RGB value is (58,98,117). Sum of RGB (Red+Green+Blue) = 58+98+117=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A6275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6275 is #C59D8A. Grayscale: #585858. Windows color (decimal): -12950923 or 7692858. OLE color: 7692858.

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

Color convert

RGB5898117-
CMYK0.500.1600.54
HSL199.32º33.71%34.31%-
HSV(B)199.32º50.43%45.88%-
XYZ9.3210.9218.45-
YUV88.21144.25106.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.25%
GREEN value IS 98 (38.67% from 255) = 35.90%
BLUE value IS 117 (46.09% from 255) = 42.86%
R=21.25%
G=35.90%
B=42.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58981170.500.1600.54199.3233.7134.31
Hex3A62753210036c72222
Octal7214216562200663074242
Binary1110101100010111010111001010000011011011000111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,98,117); }

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

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

 a { background-color: rgb(58,98,117); }

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

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

 span { border-color: rgb(58,98,117); }

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