#3D9599

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

Shades of Blue Chill #3D9599

Tints of Blue Chill #3D9599

Color information

#3D9599 (or 0x3D9599) is unknown color: approx Blue Chill. HEX triplet: 3D, 95 and 99. RGB value is (61,149,153). Sum of RGB (Red+Green+Blue) = 61+149+153=363 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.80% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #3D9599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9599 is #C26A66. Grayscale: #7B7B7B. Windows color (decimal): -12741223 or 10065213. OLE color: 10065213.

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

Color convert

RGB61149153-
CMYK0.600.0300.4
HSL182.61º42.99%41.96%-
HSV(B)182.61º60.13%60%-
XYZ18.4224.7933.95-
YUV123.14144.8583.67-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.80%
GREEN value IS 149 (58.59% from 255) = 41.05%
BLUE value IS 153 (60.16% from 255) = 42.15%
R=16.80%
G=41.05%
B=42.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal611491530.600.0300.4182.6142.9941.96
Hex3D95993C3028b72b2a
Octal752252317430502675352
Binary111101100101011001100111110011010100010110111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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