Html Css Color HEX #3C5158 Casal

📋 copy color: '#3C5158'

red 60 ◦ green 81 ◦ blue 88

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

Shades of Casal #3C5158

Tints of Casal #3C5158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 38.43%

R = 26.2%
G = 35.37%
B = 38.43%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C5158 (or 0x3C5158) is known color: Casal. HEX triplet: 3C, 51 and 58. RGB value is (60,81,88). Sum of RGB (Red+Green+Blue) = 60+81+88=229 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.20% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 88 - color contains mainly: blue. Hex color #3C5158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5158 is #C3AEA7. Grayscale: #4B4B4B. Windows color (decimal): -12824232 or 5787964. OLE color: 5787964.

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

Color convert

RGB 60 81 88 -
CMYK 0.32 0.08 0 0.65
HSL 195º 0.19% 0.29% -
HSV(B) 195º 0.32% 0.35% -
XYZ 6.57 7.55 10.34 -
YUV 75.52 135.04 116.93 -
System Red Green Blue C M Y K H S L
Decimal 60 81 88 0.32 0.08 0 0.65 195 0.19 0.29
Hex 3C 51 58 20 8 0 41 C3 13 1D
Octal 74 121 130 40 10 0 101 303 23 35
Binary 111100 1010001 1011000 100000 1000 0 1000001 11000011 10011 11101

Color Harmonies of #3C5158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5158

Black with #3C5158

Text Example


Text Example

White with #3C5158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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