#3C829C

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

Shades of Hippie Blue #3C829C

Tints of Hippie Blue #3C829C

Color information

#3C829C (or 0x3C829C) is unknown color: approx Hippie Blue. HEX triplet: 3C, 82 and 9C. RGB value is (60,130,156). Sum of RGB (Red+Green+Blue) = 60+130+156=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C829C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C829C is #C37D63. Grayscale: #6F6F6F. Windows color (decimal): -12811620 or 10256956. OLE color: 10256956.

HSL color Cylindrical-coordinate representation of color #3C829C: hue angle of 196.25º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C829C is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB60130156-
CMYK0.620.1700.39
HSL196.25º44.44%42.35%-
HSV(B)196.25º61.54%61.18%-
XYZ15.8519.3334.35-
YUV112.03152.8190.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.34%
GREEN value IS 130 (51.17% from 255) = 37.57%
BLUE value IS 156 (61.33% from 255) = 45.09%
R=17.34%
G=37.57%
B=45.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal601301560.620.1700.39196.2544.4442.35
Hex3C829C3E11027c42c2a
Octal7420223476210473045452
Binary111100100000101001110011111010001010011111000100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,130,156); }

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

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

 a { background-color: rgb(60,130,156); }

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

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

 span { border-color: rgb(60,130,156); }

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