Html Css Color HEX #3C8299 Hippie Blue

📋 copy color: '#3C8299'

red 60 ◦ green 130 ◦ blue 153

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

Shades of Hippie Blue #3C8299

Tints of Hippie Blue #3C8299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.9%

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

R = 17.49%
G = 37.9%
B = 44.61%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3C8299 (or 0x3C8299) is known color: Hippie Blue. HEX triplet: 3C, 82 and 99. RGB value is (60,130,153). Sum of RGB (Red+Green+Blue) = 60+130+153=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C8299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8299 is #C37D66. Grayscale: #6F6F6F. Windows color (decimal): -12811623 or 10060348. OLE color: 10060348.

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

Color convert

RGB 60 130 153 -
CMYK 0.61 0.15 0 0.4
HSL 194.84º 0.44% 0.42% -
HSV(B) 194.84º 0.61% 0.6% -
XYZ 15.6 19.23 33.03 -
YUV 111.69 151.31 91.13 -
System Red Green Blue C M Y K H S L
Decimal 60 130 153 0.61 0.15 0 0.4 194.84 0.44 0.42
Hex 3C 82 99 3D F 0 28 C3 2C 2A
Octal 74 202 231 75 17 0 50 303 54 52
Binary 111100 10000010 10011001 111101 1111 0 101000 11000011 101100 101010

Color Harmonies of #3C8299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8299

Black with #3C8299

Text Example


Text Example

White with #3C8299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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