#3D868E

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

Shades of Blue Chill #3D868E

Tints of Blue Chill #3D868E

Color information

#3D868E (or 0x3D868E) is unknown color: approx Blue Chill. HEX triplet: 3D, 86 and 8E. RGB value is (61,134,142). Sum of RGB (Red+Green+Blue) = 61+134+142=337 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.10% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D868E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D868E is #C27971. Grayscale: #707070. Windows color (decimal): -12745074 or 9340477. OLE color: 9340477.

HSL color Cylindrical-coordinate representation of color #3D868E: hue angle of 185.93º 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 #3D868E is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB61134142-
CMYK0.570.0600.44
HSL185.93º39.9%39.8%-
HSV(B)185.93º57.04%55.69%-
XYZ15.332028.64-
YUV113.08144.3290.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.10%
GREEN value IS 134 (52.73% from 255) = 39.76%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=18.10%
G=39.76%
B=42.14%

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
Decimal611341420.570.0600.44185.9339.939.8
Hex3D868E39602Cba2828
Octal752062167160542725050
Binary1111011000011010001110111001110010110010111010101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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