#3D8993

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

Shades of Blue Chill #3D8993

Tints of Blue Chill #3D8993

Color information

#3D8993 (or 0x3D8993) is unknown color: approx Blue Chill. HEX triplet: 3D, 89 and 93. RGB value is (61,137,147). Sum of RGB (Red+Green+Blue) = 61+137+147=345 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.68% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D8993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8993 is #C2766C. Grayscale: #737373. Windows color (decimal): -12744301 or 9668925. OLE color: 9668925.

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

Color convert

RGB61137147-
CMYK0.590.0700.42
HSL186.98º41.35%40.78%-
HSV(B)186.98º58.5%57.65%-
XYZ16.1420.9930.8-
YUV115.42145.8289.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.68%
GREEN value IS 137 (53.91% from 255) = 39.71%
BLUE value IS 147 (57.81% from 255) = 42.61%
R=17.68%
G=39.71%
B=42.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611371470.590.0700.42186.9841.3540.78
Hex3D89933B702Abb2929
Octal752112237370522735151
Binary1111011000100110010011111011111010101010111011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,137,147); }

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

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

 a { background-color: rgb(61,137,147); }

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

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

 span { border-color: rgb(61,137,147); }

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