Html Css Color HEX #395159 Casal

📋 copy color: '#395159'

red 57 ◦ green 81 ◦ blue 89

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

Shades of Casal #395159

Tints of Casal #395159

RGB

 RED value IS 57 (22.66% from 255) = 25.11%

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

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

R = 25.11%
G = 35.68%
B = 39.21%

CMYK

 C value IS 0.36

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#395159 (or 0x395159) is known color: Casal. HEX triplet: 39, 51 and 59. RGB value is (57,81,89). Sum of RGB (Red+Green+Blue) = 57+81+89=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #395159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395159 is #C6AEA6. Grayscale: #4A4A4A. Windows color (decimal): -13020839 or 5853497. OLE color: 5853497.

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

Color convert

RGB 57 81 89 -
CMYK 0.36 0.09 0 0.65
HSL 195º 0.22% 0.29% -
HSV(B) 195º 0.36% 0.35% -
XYZ 6.43 7.48 10.56 -
YUV 74.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 57 81 89 0.36 0.09 0 0.65 195 0.22 0.29
Hex 39 51 59 24 9 0 41 C3 16 1D
Octal 71 121 131 44 11 0 101 303 26 35
Binary 111001 1010001 1011001 100100 1001 0 1000001 11000011 10110 11101

Color Harmonies of #395159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395159

Black with #395159

Text Example


Text Example

White with #395159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395159; }

 p { color: rgb(57,81,89); }

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

background-color css

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

 a { background-color: rgb(57,81,89); }

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

border-color css

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

 span { border-color: rgb(57,81,89); }

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