#3D858B

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

Shades of Blue Chill #3D858B

Tints of Blue Chill #3D858B

Color information

#3D858B (or 0x3D858B) is unknown color: approx Blue Chill. HEX triplet: 3D, 85 and 8B. RGB value is (61,133,139). Sum of RGB (Red+Green+Blue) = 61+133+139=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D858B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D858B is #C27A74. Grayscale: #707070. Windows color (decimal): -12745333 or 9143613. OLE color: 9143613.

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

Color convert

RGB61133139-
CMYK0.560.0400.45
HSL184.62º39%39.22%-
HSV(B)184.62º56.12%54.51%-
XYZ14.9719.6327.43-
YUV112.16143.1591.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.32%
GREEN value IS 133 (52.34% from 255) = 39.94%
BLUE value IS 139 (54.69% from 255) = 41.74%
R=18.32%
G=39.94%
B=41.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal611331390.560.0400.45184.623939.22
Hex3D858B38402Db92727
Octal752052137040552714747
Binary1111011000010110001011111000100010110110111001100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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