Html Css Color HEX #3C515B Casal

📋 copy color: '#3C515B'

red 60 ◦ green 81 ◦ blue 91

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

Shades of Casal #3C515B

Tints of Casal #3C515B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.91%

 BLUE value IS 91 (35.94% from 255) = 39.22%

R = 25.86%
G = 34.91%
B = 39.22%

CMYK

 C value IS 0.34

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3C515B (or 0x3C515B) is known color: Casal. HEX triplet: 3C, 51 and 5B. RGB value is (60,81,91). Sum of RGB (Red+Green+Blue) = 60+81+91=232 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.86% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C515B is #C3AEA4. Grayscale: #4B4B4B. Windows color (decimal): -12824229 or 5984572. OLE color: 5984572.

HSL color Cylindrical-coordinate representation of color #3C515B: hue angle of 199.35º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3C515B is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 60 81 91 -
CMYK 0.34 0.11 0 0.64
HSL 199.35º 0.21% 0.3% -
HSV(B) 199.35º 0.34% 0.36% -
XYZ 6.69 7.6 11.01 -
YUV 75.86 136.54 116.69 -
System Red Green Blue C M Y K H S L
Decimal 60 81 91 0.34 0.11 0 0.64 199.35 0.21 0.3
Hex 3C 51 5B 22 B 0 40 C7 15 1E
Octal 74 121 133 42 13 0 100 307 25 36
Binary 111100 1010001 1011011 100010 1011 0 1000000 11000111 10101 11110

Color Harmonies of #3C515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C515B

Black with #3C515B

Text Example


Text Example

White with #3C515B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,81,91); }

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

background-color css

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

 a { background-color: rgb(60,81,91); }

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

border-color css

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

 span { border-color: rgb(60,81,91); }

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