Html Css Color HEX #3C8596 Hippie Blue

📋 copy color: '#3C8596'

red 60 ◦ green 133 ◦ blue 150

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

Shades of Hippie Blue #3C8596

Tints of Hippie Blue #3C8596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.73%

R = 17.49%
G = 38.78%
B = 43.73%

CMYK

 C value IS 0.6

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3C8596 (or 0x3C8596) is known color: Hippie Blue. HEX triplet: 3C, 85 and 96. RGB value is (60,133,150). Sum of RGB (Red+Green+Blue) = 60+133+150=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 150 - color contains mainly: blue. Hex color #3C8596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8596 is #C37A69. Grayscale: #707070. Windows color (decimal): -12810858 or 9864508. OLE color: 9864508.

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

Color convert

RGB 60 133 150 -
CMYK 0.6 0.11 0 0.41
HSL 191.33º 0.43% 0.41% -
HSV(B) 191.33º 0.6% 0.59% -
XYZ 15.76 19.94 31.87 -
YUV 113.11 148.82 90.12 -
System Red Green Blue C M Y K H S L
Decimal 60 133 150 0.6 0.11 0 0.41 191.33 0.43 0.41
Hex 3C 85 96 3C B 0 29 BF 2B 29
Octal 74 205 226 74 13 0 51 277 53 51
Binary 111100 10000101 10010110 111100 1011 0 101001 10111111 101011 101001

Color Harmonies of #3C8596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8596

Black with #3C8596

Text Example


Text Example

White with #3C8596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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