#3D868A

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

Shades of Blue Chill #3D868A

Tints of Blue Chill #3D868A

Color information

#3D868A (or 0x3D868A) is unknown color: approx Blue Chill. HEX triplet: 3D, 86 and 8A. RGB value is (61,134,138). Sum of RGB (Red+Green+Blue) = 61+134+138=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #3D868A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D868A is #C27975. Grayscale: #707070. Windows color (decimal): -12745078 or 9078333. OLE color: 9078333.

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

Color convert

RGB61134138-
CMYK0.560.0300.46
HSL183.12º38.69%39.02%-
HSV(B)183.12º55.8%54.12%-
XYZ15.0419.8827.09-
YUV112.63142.3291.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.32%
GREEN value IS 134 (52.73% from 255) = 40.24%
BLUE value IS 138 (54.30% from 255) = 41.44%
R=18.32%
G=40.24%
B=41.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal611341380.560.0300.46183.1238.6939.02
Hex3D868A38302Eb72727
Octal752062127030562674747
Binary111101100001101000101011100011010111010110111100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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