#3B8E93

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

Shades of Blue Chill #3B8E93

Tints of Blue Chill #3B8E93

Color information

#3B8E93 (or 0x3B8E93) is unknown color: approx Blue Chill. HEX triplet: 3B, 8E and 93. RGB value is (59,142,147). Sum of RGB (Red+Green+Blue) = 59+142+147=348 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.95% from 348); Green value is 142 (55.86% from 255 or 40.80% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #3B8E93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8E93 is #C4716C. Grayscale: #757575. Windows color (decimal): -12874093 or 9670203. OLE color: 9670203.

HSL color Cylindrical-coordinate representation of color #3B8E93: hue angle of 183.41º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B8E93 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB59142147-
CMYK0.600.0300.42
HSL183.41º42.72%40.39%-
HSV(B)183.41º59.86%57.65%-
XYZ16.7422.3831.04-
YUV117.75144.586.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.95%
GREEN value IS 142 (55.86% from 255) = 40.80%
BLUE value IS 147 (57.81% from 255) = 42.24%
R=16.95%
G=40.80%
B=42.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal591421470.600.0300.42183.4142.7240.39
Hex3B8E933C302Ab72b28
Octal732162237430522675350
Binary111011100011101001001111110011010101010110111101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,142,147); }

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

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

 a { background-color: rgb(59,142,147); }

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

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

 span { border-color: rgb(59,142,147); }

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