#3D6175

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

Shades of Blumine #3D6175

Tints of Blumine #3D6175

Color information

#3D6175 (or 0x3D6175) is unknown color: approx Blumine. HEX triplet: 3D, 61 and 75. RGB value is (61,97,117). Sum of RGB (Red+Green+Blue) = 61+97+117=275 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.18% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D6175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6175 is #C29E8A. Grayscale: #585858. Windows color (decimal): -12754571 or 7692605. OLE color: 7692605.

HSL color Cylindrical-coordinate representation of color #3D6175: hue angle of 201.43º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D6175 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6197117-
CMYK0.480.1700.54
HSL201.43º31.46%34.9%-
HSV(B)201.43º47.86%45.88%-
XYZ9.4110.8318.42-
YUV88.52144.07108.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.18%
GREEN value IS 97 (38.28% from 255) = 35.27%
BLUE value IS 117 (46.09% from 255) = 42.55%
R=22.18%
G=35.27%
B=42.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61971170.480.1700.54201.4331.4634.9
Hex3D61753011036c91f23
Octal7514116560210663113743
Binary111101110000111101011100001000101101101100100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,97,117); }

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

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

 a { background-color: rgb(61,97,117); }

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

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

 span { border-color: rgb(61,97,117); }

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