#3C9298

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

Shades of Blue Chill #3C9298

Tints of Blue Chill #3C9298

Color information

#3C9298 (or 0x3C9298) is unknown color: approx Blue Chill. HEX triplet: 3C, 92 and 98. RGB value is (60,146,152). Sum of RGB (Red+Green+Blue) = 60+146+152=358 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.76% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #3C9298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9298 is #C36D67. Grayscale: #787878. Windows color (decimal): -12807528 or 9998908. OLE color: 9998908.

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

Color convert

RGB60146152-
CMYK0.610.0400.40
HSL183.91º43.4%41.57%-
HSV(B)183.91º60.53%59.61%-
XYZ17.8123.7933.36-
YUV120.97145.5184.51-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.76%
GREEN value IS 146 (57.42% from 255) = 40.78%
BLUE value IS 152 (59.77% from 255) = 42.46%
R=16.76%
G=40.78%
B=42.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal601461520.610.0400.40183.9143.441.57
Hex3C92983D4028b82b2a
Octal742222307540502705352
Binary1111001001001010011000111101100010100010111000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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