#3D8591

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

Shades of Blue Chill #3D8591

Tints of Blue Chill #3D8591

Color information

#3D8591 (or 0x3D8591) is unknown color: approx Blue Chill. HEX triplet: 3D, 85 and 91. RGB value is (61,133,145). Sum of RGB (Red+Green+Blue) = 61+133+145=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #3D8591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8591 is #C27A6E. Grayscale: #707070. Windows color (decimal): -12745327 or 9536829. OLE color: 9536829.

HSL color Cylindrical-coordinate representation of color #3D8591: hue angle of 188.57º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D8591 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB61133145-
CMYK0.580.0800.43
HSL188.57º40.78%40.39%-
HSV(B)188.57º57.93%56.86%-
XYZ15.4219.8129.8-
YUV112.84146.1591.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.99%
GREEN value IS 133 (52.34% from 255) = 39.23%
BLUE value IS 145 (57.03% from 255) = 42.77%
R=17.99%
G=39.23%
B=42.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal611331450.580.0800.43188.5740.7840.39
Hex3D85913A802Bbd2928
Octal7520522172100532755150
Binary11110110000101100100011110101000010101110111101101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,133,145); }

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

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

 a { background-color: rgb(61,133,145); }

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

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

 span { border-color: rgb(61,133,145); }

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