Html Css Color HEX #3C5359 Casal

📋 copy color: '#3C5359'

red 60 ◦ green 83 ◦ blue 89

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

Shades of Casal #3C5359

Tints of Casal #3C5359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.78%

 BLUE value IS 89 (35.16% from 255) = 38.36%

R = 25.86%
G = 35.78%
B = 38.36%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C5359 (or 0x3C5359) is known color: Casal. HEX triplet: 3C, 53 and 59. RGB value is (60,83,89). Sum of RGB (Red+Green+Blue) = 60+83+89=232 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.86% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C5359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5359 is #C3ACA6. Grayscale: #4C4C4C. Windows color (decimal): -12823719 or 5854012. OLE color: 5854012.

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

Color convert

RGB 60 83 89 -
CMYK 0.33 0.07 0 0.65
HSL 192.41º 0.19% 0.29% -
HSV(B) 192.41º 0.33% 0.35% -
XYZ 6.76 7.87 10.61 -
YUV 76.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 60 83 89 0.33 0.07 0 0.65 192.41 0.19 0.29
Hex 3C 53 59 21 7 0 41 C0 13 1D
Octal 74 123 131 41 7 0 101 300 23 35
Binary 111100 1010011 1011001 100001 111 0 1000001 11000000 10011 11101

Color Harmonies of #3C5359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5359

Black with #3C5359

Text Example


Text Example

White with #3C5359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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