#3C6273

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

Shades of Blumine #3C6273

Tints of Blumine #3C6273

Color information

#3C6273 (or 0x3C6273) is unknown color: approx Blumine. HEX triplet: 3C, 62 and 73. RGB value is (60,98,115). Sum of RGB (Red+Green+Blue) = 60+98+115=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C6273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6273 is #C39D8C. Grayscale: #585858. Windows color (decimal): -12819853 or 7561788. OLE color: 7561788.

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

Color convert

RGB6098115-
CMYK0.480.1500.55
HSL198.55º31.43%34.31%-
HSV(B)198.55º47.83%45.1%-
XYZ9.3310.9317.84-
YUV88.58142.91107.62-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.98%
GREEN value IS 98 (38.67% from 255) = 35.90%
BLUE value IS 115 (45.31% from 255) = 42.12%
R=21.98%
G=35.90%
B=42.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60981150.480.1500.55198.5531.4334.31
Hex3C627330F037c71f22
Octal7414216360170673073742
Binary11110011000101110011110000111101101111100011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,98,115); }

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

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

 a { background-color: rgb(60,98,115); }

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

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

 span { border-color: rgb(60,98,115); }

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