#3D848C

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

Shades of Blue Chill #3D848C

Tints of Blue Chill #3D848C

Color information

#3D848C (or 0x3D848C) is unknown color: approx Blue Chill. HEX triplet: 3D, 84 and 8C. RGB value is (61,132,140). Sum of RGB (Red+Green+Blue) = 61+132+140=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 140 - color contains mainly: blue. Hex color #3D848C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D848C is #C27B73. Grayscale: #6F6F6F. Windows color (decimal): -12745588 or 9208893. OLE color: 9208893.

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

Color convert

RGB61132140-
CMYK0.560.0600.45
HSL186.08º39.3%39.41%-
HSV(B)186.08º56.43%54.9%-
XYZ14.9119.3927.77-
YUV111.68143.9891.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.32%
GREEN value IS 132 (51.95% from 255) = 39.64%
BLUE value IS 140 (55.08% from 255) = 42.04%
R=18.32%
G=39.64%
B=42.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal611321400.560.0600.45186.0839.339.41
Hex3D848C38602Dba2727
Octal752042147060552724747
Binary1111011000010010001100111000110010110110111010100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,132,140); }

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

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

 a { background-color: rgb(61,132,140); }

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

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

 span { border-color: rgb(61,132,140); }

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