#3C819C

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

Shades of Hippie Blue #3C819C

Tints of Hippie Blue #3C819C

Color information

#3C819C (or 0x3C819C) is unknown color: approx Hippie Blue. HEX triplet: 3C, 81 and 9C. RGB value is (60,129,156). Sum of RGB (Red+Green+Blue) = 60+129+156=345 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.39% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C819C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C819C is #C37E63. Grayscale: #6F6F6F. Windows color (decimal): -12811876 or 10256700. OLE color: 10256700.

HSL color Cylindrical-coordinate representation of color #3C819C: hue angle of 196.88º 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 #3C819C is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB60129156-
CMYK0.620.1700.39
HSL196.88º44.44%42.35%-
HSV(B)196.88º61.54%61.18%-
XYZ15.7119.0634.3-
YUV111.45153.1491.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.39%
GREEN value IS 129 (50.78% from 255) = 37.39%
BLUE value IS 156 (61.33% from 255) = 45.22%
R=17.39%
G=37.39%
B=45.22%

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
Decimal601291560.620.1700.39196.8844.4442.35
Hex3C819C3E11027c52c2a
Octal7420123476210473055452
Binary111100100000011001110011111010001010011111000101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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