Html Css Color HEX #3C8595 Hippie Blue

📋 copy color: '#3C8595'

red 60 ◦ green 133 ◦ blue 149

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

Shades of Hippie Blue #3C8595

Tints of Hippie Blue #3C8595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.57%

R = 17.54%
G = 38.89%
B = 43.57%

CMYK

 C value IS 0.60

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C8595 (or 0x3C8595) is known color: Hippie Blue. HEX triplet: 3C, 85 and 95. RGB value is (60,133,149). Sum of RGB (Red+Green+Blue) = 60+133+149=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C8595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8595 is #C37A6A. Grayscale: #707070. Windows color (decimal): -12810859 or 9798972. OLE color: 9798972.

HSL color Cylindrical-coordinate representation of color #3C8595: hue angle of 190.79º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C8595 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 60 133 149 -
CMYK 0.60 0.11 0 0.42
HSL 190.79º 0.43% 0.41% -
HSV(B) 190.79º 0.6% 0.58% -
XYZ 15.68 19.91 31.45 -
YUV 113 148.32 90.2 -
System Red Green Blue C M Y K H S L
Decimal 60 133 149 0.60 0.11 0 0.42 190.79 0.43 0.41
Hex 3C 85 95 3C B 0 2A BF 2B 29
Octal 74 205 225 74 13 0 52 277 53 51
Binary 111100 10000101 10010101 111100 1011 0 101010 10111111 101011 101001

Color Harmonies of #3C8595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8595

Black with #3C8595

Text Example


Text Example

White with #3C8595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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