Html Css Color HEX #3C515A Casal

📋 copy color: '#3C515A'

red 60 ◦ green 81 ◦ blue 90

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

Shades of Casal #3C515A

Tints of Casal #3C515A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.96%

R = 25.97%
G = 35.06%
B = 38.96%

CMYK

 C value IS 0.33

 M value IS 0.1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C515A (or 0x3C515A) is known color: Casal. HEX triplet: 3C, 51 and 5A. RGB value is (60,81,90). Sum of RGB (Red+Green+Blue) = 60+81+90=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C515A is #C3AEA5. Grayscale: #4B4B4B. Windows color (decimal): -12824230 or 5919036. OLE color: 5919036.

HSL color Cylindrical-coordinate representation of color #3C515A: hue angle of 198º 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 #3C515A is Cyan = 0.33, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 81 90 -
CMYK 0.33 0.1 0 0.65
HSL 198º 0.2% 0.29% -
HSV(B) 198º 0.33% 0.35% -
XYZ 6.65 7.58 10.79 -
YUV 75.75 136.04 116.77 -
System Red Green Blue C M Y K H S L
Decimal 60 81 90 0.33 0.1 0 0.65 198 0.2 0.29
Hex 3C 51 5A 21 A 0 41 C6 14 1D
Octal 74 121 132 41 12 0 101 306 24 35
Binary 111100 1010001 1011010 100001 1010 0 1000001 11000110 10100 11101

Color Harmonies of #3C515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C515A

Black with #3C515A

Text Example


Text Example

White with #3C515A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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