Html Css Color HEX #315159 Casal

📋 copy color: '#315159'

red 49 ◦ green 81 ◦ blue 89

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

Shades of Casal #315159

Tints of Casal #315159

RGB

 RED value IS 49 (19.53% from 255) = 22.37%

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

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

R = 22.37%
G = 36.99%
B = 40.64%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#315159 (or 0x315159) is known color: Casal. HEX triplet: 31, 51 and 59. RGB value is (49,81,89). Sum of RGB (Red+Green+Blue) = 49+81+89=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #315159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315159 is #CEAEA6. Grayscale: #484848. Windows color (decimal): -13545127 or 5853489. OLE color: 5853489.

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

Color convert

RGB 49 81 89 -
CMYK 0.45 0.09 0 0.65
HSL 192º 0.29% 0.27% -
HSV(B) 192º 0.45% 0.35% -
XYZ 6.01 7.26 10.54 -
YUV 72.34 137.4 111.35 -
System Red Green Blue C M Y K H S L
Decimal 49 81 89 0.45 0.09 0 0.65 192 0.29 0.27
Hex 31 51 59 2D 9 0 41 C0 1D 1B
Octal 61 121 131 55 11 0 101 300 35 33
Binary 110001 1010001 1011001 101101 1001 0 1000001 11000000 11101 11011

Color Harmonies of #315159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315159

Black with #315159

Text Example


Text Example

White with #315159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315159; }

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

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

background-color css

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

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

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

border-color css

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

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

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