#3C8592

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

Shades of Blue Chill #3C8592

Tints of Blue Chill #3C8592

Color information

#3C8592 (or 0x3C8592) is unknown color: approx Blue Chill. HEX triplet: 3C, 85 and 92. RGB value is (60,133,146). Sum of RGB (Red+Green+Blue) = 60+133+146=339 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.70% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #3C8592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8592 is #C37A6D. Grayscale: #707070. Windows color (decimal): -12810862 or 9602364. OLE color: 9602364.

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

Color convert

RGB60133146-
CMYK0.590.0900.43
HSL189.07º41.75%40.39%-
HSV(B)189.07º58.9%57.25%-
XYZ15.4419.8130.2-
YUV112.66146.8290.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.70%
GREEN value IS 133 (52.34% from 255) = 39.23%
BLUE value IS 146 (57.42% from 255) = 43.07%
R=17.70%
G=39.23%
B=43.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal601331460.590.0900.43189.0741.7540.39
Hex3C85923B902Bbd2a28
Octal7420522273110532755250
Binary11110010000101100100101110111001010101110111101101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,133,146); }

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

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

 a { background-color: rgb(60,133,146); }

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

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

 span { border-color: rgb(60,133,146); }

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