#3D6273

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

Shades of Blumine #3D6273

Tints of Blumine #3D6273

Color information

#3D6273 (or 0x3D6273) is unknown color: approx Blumine. HEX triplet: 3D, 62 and 73. RGB value is (61,98,115). Sum of RGB (Red+Green+Blue) = 61+98+115=274 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.26% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D6273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6273 is #C29D8C. Grayscale: #585858. Windows color (decimal): -12754317 or 7561789. OLE color: 7561789.

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

Color convert

RGB6198115-
CMYK0.470.1500.55
HSL198.89º30.68%34.51%-
HSV(B)198.89º46.96%45.1%-
XYZ9.3910.9717.84-
YUV88.88142.74108.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.26%
GREEN value IS 98 (38.67% from 255) = 35.77%
BLUE value IS 115 (45.31% from 255) = 41.97%
R=22.26%
G=35.77%
B=41.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61981150.470.1500.55198.8930.6834.51
Hex3D62732FF037c71f23
Octal7514216357170673073743
Binary11110111000101110011101111111101101111100011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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