Html Css Color HEX #3C8499 Hippie Blue

📋 copy color: '#3C8499'

red 60 ◦ green 132 ◦ blue 153

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

Shades of Hippie Blue #3C8499

Tints of Hippie Blue #3C8499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.35%

R = 17.39%
G = 38.26%
B = 44.35%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3C8499 (or 0x3C8499) is known color: Hippie Blue. HEX triplet: 3C, 84 and 99. RGB value is (60,132,153). Sum of RGB (Red+Green+Blue) = 60+132+153=345 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.39% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C8499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8499 is #C37B66. Grayscale: #707070. Windows color (decimal): -12811111 or 10060860. OLE color: 10060860.

HSL color Cylindrical-coordinate representation of color #3C8499: hue angle of 193.55º 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 #3C8499 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 60 132 153 -
CMYK 0.61 0.14 0 0.4
HSL 193.55º 0.44% 0.42% -
HSV(B) 193.55º 0.61% 0.6% -
XYZ 15.86 19.76 33.12 -
YUV 112.87 150.65 90.29 -
System Red Green Blue C M Y K H S L
Decimal 60 132 153 0.61 0.14 0 0.4 193.55 0.44 0.42
Hex 3C 84 99 3D E 0 28 C2 2C 2A
Octal 74 204 231 75 16 0 50 302 54 52
Binary 111100 10000100 10011001 111101 1110 0 101000 11000010 101100 101010

Color Harmonies of #3C8499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8499

Black with #3C8499

Text Example


Text Example

White with #3C8499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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