Html Css Color HEX #3C5963 Casal

📋 copy color: '#3C5963'

red 60 ◦ green 89 ◦ blue 99

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

Shades of Casal #3C5963

Tints of Casal #3C5963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.89%

 BLUE value IS 99 (39.06% from 255) = 39.92%

R = 24.19%
G = 35.89%
B = 39.92%

CMYK

 C value IS 0.39

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3C5963 (or 0x3C5963) is known color: Casal. HEX triplet: 3C, 59 and 63. RGB value is (60,89,99). Sum of RGB (Red+Green+Blue) = 60+89+99=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C5963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5963 is #C3A69C. Grayscale: #515151. Windows color (decimal): -12822173 or 6510908. OLE color: 6510908.

HSL color Cylindrical-coordinate representation of color #3C5963: hue angle of 195.38º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C5963 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 60 89 99 -
CMYK 0.39 0.10 0 0.61
HSL 195.38º 0.25% 0.31% -
HSV(B) 195.38º 0.39% 0.39% -
XYZ 7.69 9.01 13.14 -
YUV 81.47 137.89 112.69 -
System Red Green Blue C M Y K H S L
Decimal 60 89 99 0.39 0.10 0 0.61 195.38 0.25 0.31
Hex 3C 59 63 27 A 0 3D C3 19 1F
Octal 74 131 143 47 12 0 75 303 31 37
Binary 111100 1011001 1100011 100111 1010 0 111101 11000011 11001 11111

Color Harmonies of #3C5963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5963

Black with #3C5963

Text Example


Text Example

White with #3C5963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,89,99); }

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

background-color css

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

 a { background-color: rgb(60,89,99); }

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

border-color css

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

 span { border-color: rgb(60,89,99); }

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