Html Css Color HEX #3A595F Casal

📋 copy color: '#3A595F'

red 58 ◦ green 89 ◦ blue 95

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

Shades of Casal #3A595F

Tints of Casal #3A595F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.26%

R = 23.97%
G = 36.78%
B = 39.26%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3A595F (or 0x3A595F) is known color: Casal. HEX triplet: 3A, 59 and 5F. RGB value is (58,89,95). Sum of RGB (Red+Green+Blue) = 58+89+95=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 95 - color contains mainly: blue. Hex color #3A595F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A595F is #C5A6A0. Grayscale: #505050. Windows color (decimal): -12953249 or 6248762. OLE color: 6248762.

HSL color Cylindrical-coordinate representation of color #3A595F: hue angle of 189.73º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3A595F is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 58 89 95 -
CMYK 0.39 0.06 0 0.63
HSL 189.73º 0.24% 0.3% -
HSV(B) 189.73º 0.39% 0.37% -
XYZ 7.38 8.87 12.15 -
YUV 80.42 136.23 112.01 -
System Red Green Blue C M Y K H S L
Decimal 58 89 95 0.39 0.06 0 0.63 189.73 0.24 0.3
Hex 3A 59 5F 27 6 0 3F BE 18 1E
Octal 72 131 137 47 6 0 77 276 30 36
Binary 111010 1011001 1011111 100111 110 0 111111 10111110 11000 11110

Color Harmonies of #3A595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A595F

Black with #3A595F

Text Example


Text Example

White with #3A595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,89,95); }

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

background-color css

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

 a { background-color: rgb(58,89,95); }

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

border-color css

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

 span { border-color: rgb(58,89,95); }

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