#3D8590

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

Shades of Blue Chill #3D8590

Tints of Blue Chill #3D8590

Color information

#3D8590 (or 0x3D8590) is unknown color: approx Blue Chill. HEX triplet: 3D, 85 and 90. RGB value is (61,133,144). Sum of RGB (Red+Green+Blue) = 61+133+144=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #3D8590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8590 is #C27A6F. Grayscale: #707070. Windows color (decimal): -12745328 or 9471293. OLE color: 9471293.

HSL color Cylindrical-coordinate representation of color #3D8590: hue angle of 187.95º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D8590 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB61133144-
CMYK0.580.0800.44
HSL187.95º40.49%40.2%-
HSV(B)187.95º57.64%56.47%-
XYZ15.3519.7829.39-
YUV112.73145.6591.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.05%
GREEN value IS 133 (52.34% from 255) = 39.35%
BLUE value IS 144 (56.64% from 255) = 42.60%
R=18.05%
G=39.35%
B=42.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal611331440.580.0800.44187.9540.4940.2
Hex3D85903A802Cbc2828
Octal7520522072100542745050
Binary11110110000101100100001110101000010110010111100101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,133,144); }

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

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

 a { background-color: rgb(61,133,144); }

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

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

 span { border-color: rgb(61,133,144); }

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