Html Css Color HEX #3C5A4E Spectra

📋 copy color: '#3C5A4E'

red 60 ◦ green 90 ◦ blue 78

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

Shades of Spectra #3C5A4E

Tints of Spectra #3C5A4E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.47%

 BLUE value IS 78 (30.86% from 255) = 34.21%

R = 26.32%
G = 39.47%
B = 34.21%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#3C5A4E (or 0x3C5A4E) is known color: Spectra. HEX triplet: 3C, 5A and 4E. RGB value is (60,90,78). Sum of RGB (Red+Green+Blue) = 60+90+78=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 90 - color contains mainly: green. Hex color #3C5A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5A4E is #C3A5B1. Grayscale: #4F4F4F. Windows color (decimal): -12821938 or 5134908. OLE color: 5134908.

HSL color Cylindrical-coordinate representation of color #3C5A4E: hue angle of 156º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C5A4E is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 90 78 -
CMYK 0.33 0 0.13 0.65
HSL 156º 0.2% 0.29% -
HSV(B) 156º 0.33% 0.35% -
XYZ 6.89 8.82 8.55 -
YUV 79.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 60 90 78 0.33 0 0.13 0.65 156 0.2 0.29
Hex 3C 5A 4E 21 0 D 41 9C 14 1D
Octal 74 132 116 41 0 15 101 234 24 35
Binary 111100 1011010 1001110 100001 0 1101 1000001 10011100 10100 11101

Color Harmonies of #3C5A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5A4E

Black with #3C5A4E

Text Example


Text Example

White with #3C5A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,90,78); }

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

background-color css

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

 a { background-color: rgb(60,90,78); }

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

border-color css

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

 span { border-color: rgb(60,90,78); }

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