#3C809A

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

Shades of Hippie Blue #3C809A

Tints of Hippie Blue #3C809A

Color information

#3C809A (or 0x3C809A) is unknown color: approx Hippie Blue. HEX triplet: 3C, 80 and 9A. RGB value is (60,128,154). Sum of RGB (Red+Green+Blue) = 60+128+154=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 154 - color contains mainly: blue. Hex color #3C809A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C809A is #C37F65. Grayscale: #6E6E6E. Windows color (decimal): -12812134 or 10125372. OLE color: 10125372.

HSL color Cylindrical-coordinate representation of color #3C809A: hue angle of 196.6º degrees, saturation: 0.44, 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 #3C809A is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB60128154-
CMYK0.610.1700.40
HSL196.6º43.93%41.96%-
HSV(B)196.6º61.04%60.39%-
XYZ15.4218.7333.38-
YUV110.63152.4791.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.54%
GREEN value IS 128 (50.39% from 255) = 37.43%
BLUE value IS 154 (60.55% from 255) = 45.03%
R=17.54%
G=37.43%
B=45.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal601281540.610.1700.40196.643.9341.96
Hex3C809A3D11028c52c2a
Octal7420023275210503055452
Binary111100100000001001101011110110001010100011000101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,128,154); }

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

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

 a { background-color: rgb(60,128,154); }

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

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

 span { border-color: rgb(60,128,154); }

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