Html Css Color HEX #3A5660 Casal

📋 copy color: '#3A5660'

red 58 ◦ green 86 ◦ blue 96

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

Shades of Casal #3A5660

Tints of Casal #3A5660

RGB

 RED value IS 58 (23.05% from 255) = 24.17%

 GREEN value IS 86 (33.98% from 255) = 35.83%

 BLUE value IS 96 (37.89% from 255) = 40%

R = 24.17%
G = 35.83%
B = 40%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3A5660 (or 0x3A5660) is known color: Casal. HEX triplet: 3A, 56 and 60. RGB value is (58,86,96). Sum of RGB (Red+Green+Blue) = 58+86+96=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #3A5660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5660 is #C5A99F. Grayscale: #4E4E4E. Windows color (decimal): -12954016 or 6313530. OLE color: 6313530.

HSL color Cylindrical-coordinate representation of color #3A5660: hue angle of 195.79º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A5660 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 86 96 -
CMYK 0.40 0.10 0 0.62
HSL 195.79º 0.25% 0.3% -
HSV(B) 195.79º 0.4% 0.38% -
XYZ 7.18 8.4 12.31 -
YUV 78.77 137.72 113.19 -
System Red Green Blue C M Y K H S L
Decimal 58 86 96 0.40 0.10 0 0.62 195.79 0.25 0.3
Hex 3A 56 60 28 A 0 3E C4 19 1E
Octal 72 126 140 50 12 0 76 304 31 36
Binary 111010 1010110 1100000 101000 1010 0 111110 11000100 11001 11110

Color Harmonies of #3A5660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5660

Black with #3A5660

Text Example


Text Example

White with #3A5660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,86,96); }

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

background-color css

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

 a { background-color: rgb(58,86,96); }

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

border-color css

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

 span { border-color: rgb(58,86,96); }

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