Html Css Color HEX #3C859B Hippie Blue

📋 copy color: '#3C859B'

red 60 ◦ green 133 ◦ blue 155

#3C859B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #3C859B

Tints of Hippie Blue #3C859B

RGB

 RED value IS 60 (23.83% from 255) = 17.24%

 GREEN value IS 133 (52.34% from 255) = 38.22%

 BLUE value IS 155 (60.94% from 255) = 44.54%

R = 17.24%
G = 38.22%
B = 44.54%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C859B (or 0x3C859B) is known color: Hippie Blue. HEX triplet: 3C, 85 and 9B. RGB value is (60,133,155). Sum of RGB (Red+Green+Blue) = 60+133+155=348 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.24% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C859B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C859B is #C37A64. Grayscale: #717171. Windows color (decimal): -12810853 or 10192188. OLE color: 10192188.

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

Color convert

RGB 60 133 155 -
CMYK 0.61 0.14 0 0.39
HSL 193.89º 0.44% 0.42% -
HSV(B) 193.89º 0.61% 0.61% -
XYZ 16.17 20.1 34.04 -
YUV 113.68 151.32 89.71 -
System Red Green Blue C M Y K H S L
Decimal 60 133 155 0.61 0.14 0 0.39 193.89 0.44 0.42
Hex 3C 85 9B 3D E 0 27 C2 2C 2A
Octal 74 205 233 75 16 0 47 302 54 52
Binary 111100 10000101 10011011 111101 1110 0 100111 11000010 101100 101010

Color Harmonies of #3C859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C859B

Black with #3C859B

Text Example


Text Example

White with #3C859B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,133,155); }

 H1.HeaderClassName
 {
   color: #3C859B;
 }
 .AnyTagClassName
 {
   color: #3C859B;
 }
</style>

background-color css

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

 a { background-color: rgb(60,133,155); }

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

border-color css

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

 span { border-color: rgb(60,133,155); }

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