Html Css Color HEX #3C5459 Casal

📋 copy color: '#3C5459'

red 60 ◦ green 84 ◦ blue 89

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

Shades of Casal #3C5459

Tints of Casal #3C5459

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.05%

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

R = 25.75%
G = 36.05%
B = 38.2%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C5459 (or 0x3C5459) is known color: Casal. HEX triplet: 3C, 54 and 59. RGB value is (60,84,89). Sum of RGB (Red+Green+Blue) = 60+84+89=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C5459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5459 is #C3ABA6. Grayscale: #4D4D4D. Windows color (decimal): -12823463 or 5854268. OLE color: 5854268.

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

Color convert

RGB 60 84 89 -
CMYK 0.33 0.06 0 0.65
HSL 190.34º 0.19% 0.29% -
HSV(B) 190.34º 0.33% 0.35% -
XYZ 6.84 8.02 10.64 -
YUV 77.39 134.55 115.59 -
System Red Green Blue C M Y K H S L
Decimal 60 84 89 0.33 0.06 0 0.65 190.34 0.19 0.29
Hex 3C 54 59 21 6 0 41 BE 13 1D
Octal 74 124 131 41 6 0 101 276 23 35
Binary 111100 1010100 1011001 100001 110 0 1000001 10111110 10011 11101

Color Harmonies of #3C5459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5459

Black with #3C5459

Text Example


Text Example

White with #3C5459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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