Html Css Color HEX #3C849D Hippie Blue

📋 copy color: '#3C849D'

red 60 ◦ green 132 ◦ blue 157

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

Shades of Hippie Blue #3C849D

Tints of Hippie Blue #3C849D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.82%

 BLUE value IS 157 (61.72% from 255) = 44.99%

R = 17.19%
G = 37.82%
B = 44.99%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3C849D (or 0x3C849D) is known color: Hippie Blue. HEX triplet: 3C, 84 and 9D. RGB value is (60,132,157). Sum of RGB (Red+Green+Blue) = 60+132+157=349 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.19% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C849D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C849D is #C37B62. Grayscale: #717171. Windows color (decimal): -12811107 or 10323004. OLE color: 10323004.

HSL color Cylindrical-coordinate representation of color #3C849D: hue angle of 195.46º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C849D is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 60 132 157 -
CMYK 0.62 0.16 0 0.38
HSL 195.46º 0.45% 0.43% -
HSV(B) 195.46º 0.62% 0.62% -
XYZ 16.2 19.9 34.89 -
YUV 113.32 152.65 89.97 -
System Red Green Blue C M Y K H S L
Decimal 60 132 157 0.62 0.16 0 0.38 195.46 0.45 0.43
Hex 3C 84 9D 3E 10 0 26 C3 2D 2B
Octal 74 204 235 76 20 0 46 303 55 53
Binary 111100 10000100 10011101 111110 10000 0 100110 11000011 101101 101011

Color Harmonies of #3C849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C849D

Black with #3C849D

Text Example


Text Example

White with #3C849D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,132,157); }

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

background-color css

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

 a { background-color: rgb(60,132,157); }

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

border-color css

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

 span { border-color: rgb(60,132,157); }

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