#3D858D

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

Shades of Blue Chill #3D858D

Tints of Blue Chill #3D858D

Color information

#3D858D (or 0x3D858D) is unknown color: approx Blue Chill. HEX triplet: 3D, 85 and 8D. RGB value is (61,133,141). Sum of RGB (Red+Green+Blue) = 61+133+141=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D858D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D858D is #C27A72. Grayscale: #707070. Windows color (decimal): -12745331 or 9274685. OLE color: 9274685.

HSL color Cylindrical-coordinate representation of color #3D858D: hue angle of 186º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D858D is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB61133141-
CMYK0.570.0600.45
HSL186º39.6%39.61%-
HSV(B)186º56.74%55.29%-
XYZ15.1219.6928.2-
YUV112.38144.1591.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.21%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 141 (55.47% from 255) = 42.09%
R=18.21%
G=39.70%
B=42.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal611331410.570.0600.4518639.639.61
Hex3D858D39602Dba2828
Octal752052157160552725050
Binary1111011000010110001101111001110010110110111010101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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