#3D999C

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

Shades of Blue Chill #3D999C

Tints of Blue Chill #3D999C

Color information

#3D999C (or 0x3D999C) is unknown color: approx Blue Chill. HEX triplet: 3D, 99 and 9C. RGB value is (61,153,156). Sum of RGB (Red+Green+Blue) = 61+153+156=370 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.49% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #3D999C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D999C is #C26663. Grayscale: #7D7D7D. Windows color (decimal): -12740196 or 10262845. OLE color: 10262845.

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

Color convert

RGB61153156-
CMYK0.610.0200.39
HSL181.89º43.78%42.55%-
HSV(B)181.89º60.9%61.18%-
XYZ19.3226.1735.49-
YUV125.83145.0281.76-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.49%
GREEN value IS 153 (60.16% from 255) = 41.35%
BLUE value IS 156 (61.33% from 255) = 42.16%
R=16.49%
G=41.35%
B=42.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal611531560.610.0200.39181.8943.7842.55
Hex3D999C3D2027b62c2b
Octal752312347520472665453
Binary111101100110011001110011110110010011110110110101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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