#3F8D93

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

Shades of Blue Chill #3F8D93

Tints of Blue Chill #3F8D93

Color information

#3F8D93 (or 0x3F8D93) is unknown color: approx Blue Chill. HEX triplet: 3F, 8D and 93. RGB value is (63,141,147). Sum of RGB (Red+Green+Blue) = 63+141+147=351 (46% of max value = 765). Red value is 63 (25% from 255 or 17.95% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F8D93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8D93 is #C0726C. Grayscale: #767676. Windows color (decimal): -12612205 or 9669951. OLE color: 9669951.

HSL color Cylindrical-coordinate representation of color #3F8D93: hue angle of 184.29º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F8D93 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB63141147-
CMYK0.570.0400.42
HSL184.29º40%41.18%-
HSV(B)184.29º57.14%57.65%-
XYZ16.8422.2131-
YUV118.36144.1688.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.95%
GREEN value IS 141 (55.47% from 255) = 40.17%
BLUE value IS 147 (57.81% from 255) = 41.88%
R=17.95%
G=40.17%
B=41.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631411470.570.0400.42184.294041.18
Hex3F8D9339402Ab82829
Octal772152237140522705051
Binary1111111000110110010011111001100010101010111000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,141,147); }

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

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

 a { background-color: rgb(63,141,147); }

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

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

 span { border-color: rgb(63,141,147); }

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