#3D999B

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

Shades of Blue Chill #3D999B

Tints of Blue Chill #3D999B

Color information

#3D999B (or 0x3D999B) is unknown color: approx Blue Chill. HEX triplet: 3D, 99 and 9B. RGB value is (61,153,155). Sum of RGB (Red+Green+Blue) = 61+153+155=369 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.53% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D999B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D999B is #C26664. Grayscale: #7D7D7D. Windows color (decimal): -12740197 or 10197309. OLE color: 10197309.

HSL color Cylindrical-coordinate representation of color #3D999B: hue angle of 181.28º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D999B is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB61153155-
CMYK0.610.0100.39
HSL181.28º43.52%42.35%-
HSV(B)181.28º60.65%60.78%-
XYZ19.2326.1435.04-
YUV125.72144.5281.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.53%
GREEN value IS 153 (60.16% from 255) = 41.46%
BLUE value IS 155 (60.94% from 255) = 42.01%
R=16.53%
G=41.46%
B=42.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal611531550.610.0100.39181.2843.5242.35
Hex3D999B3D1027b52c2a
Octal752312337510472655452
Binary11110110011001100110111111011010011110110101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,153,155); }

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

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

 a { background-color: rgb(61,153,155); }

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

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

 span { border-color: rgb(61,153,155); }

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