#3C8896

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

Shades of Hippie Blue #3C8896

Tints of Hippie Blue #3C8896

Color information

#3C8896 (or 0x3C8896) is unknown color: approx Hippie Blue. HEX triplet: 3C, 88 and 96. RGB value is (60,136,150). Sum of RGB (Red+Green+Blue) = 60+136+150=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #3C8896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8896 is #C37769. Grayscale: #727272. Windows color (decimal): -12810090 or 9865276. OLE color: 9865276.

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

Color convert

RGB60136150-
CMYK0.60.0900.41
HSL189.33º42.86%41.18%-
HSV(B)189.33º60%58.82%-
XYZ16.1720.7732.01-
YUV114.87147.8288.86-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.34%
GREEN value IS 136 (53.52% from 255) = 39.31%
BLUE value IS 150 (58.98% from 255) = 43.35%
R=17.34%
G=39.31%
B=43.35%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal601361500.60.0900.41189.3342.8641.18
Hex3C88963C9029bd2b29
Octal7421022674110512755351
Binary11110010001000100101101111001001010100110111101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,136,150); }

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

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

 a { background-color: rgb(60,136,150); }

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

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

 span { border-color: rgb(60,136,150); }

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