#3D858E

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

Shades of Blue Chill #3D858E

Tints of Blue Chill #3D858E

Color information

#3D858E (or 0x3D858E) is unknown color: approx Blue Chill. HEX triplet: 3D, 85 and 8E. RGB value is (61,133,142). Sum of RGB (Red+Green+Blue) = 61+133+142=336 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.15% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D858E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D858E is #C27A71. Grayscale: #707070. Windows color (decimal): -12745330 or 9340221. OLE color: 9340221.

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

Color convert

RGB61133142-
CMYK0.570.0600.44
HSL186.67º39.9%39.8%-
HSV(B)186.67º57.04%55.69%-
XYZ15.1919.7228.6-
YUV112.5144.6591.27-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.15%
GREEN value IS 133 (52.34% from 255) = 39.58%
BLUE value IS 142 (55.86% from 255) = 42.26%
R=18.15%
G=39.58%
B=42.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal611331420.570.0600.44186.6739.939.8
Hex3D858E39602Cbb2828
Octal752052167160542735050
Binary1111011000010110001110111001110010110010111011101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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