Html Css Color HEX #3C505E Cello

📋 copy color: '#3C505E'

red 60 ◦ green 80 ◦ blue 94

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

Shades of Cello #3C505E

Tints of Cello #3C505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.19%

 BLUE value IS 94 (37.11% from 255) = 40.17%

R = 25.64%
G = 34.19%
B = 40.17%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3C505E (or 0x3C505E) is known color: Cello. HEX triplet: 3C, 50 and 5E. RGB value is (60,80,94). Sum of RGB (Red+Green+Blue) = 60+80+94=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 94 - color contains mainly: blue. Hex color #3C505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C505E is #C3AFA1. Grayscale: #4B4B4B. Windows color (decimal): -12824482 or 6180924. OLE color: 6180924.

HSL color Cylindrical-coordinate representation of color #3C505E: hue angle of 204.71º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3C505E is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 60 80 94 -
CMYK 0.36 0.15 0 0.63
HSL 204.71º 0.22% 0.3% -
HSV(B) 204.71º 0.36% 0.37% -
XYZ 6.75 7.51 11.68 -
YUV 75.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 60 80 94 0.36 0.15 0 0.63 204.71 0.22 0.3
Hex 3C 50 5E 24 F 0 3F CD 16 1E
Octal 74 120 136 44 17 0 77 315 26 36
Binary 111100 1010000 1011110 100100 1111 0 111111 11001101 10110 11110

Color Harmonies of #3C505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C505E

Black with #3C505E

Text Example


Text Example

White with #3C505E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,80,94); }

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

background-color css

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

 a { background-color: rgb(60,80,94); }

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

border-color css

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

 span { border-color: rgb(60,80,94); }

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