Html Css Color HEX #315059 Casal

📋 copy color: '#315059'

red 49 ◦ green 80 ◦ blue 89

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

Shades of Casal #315059

Tints of Casal #315059

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.7%

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

R = 22.48%
G = 36.7%
B = 40.83%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#315059 (or 0x315059) is known color: Casal. HEX triplet: 31, 50 and 59. RGB value is (49,80,89). Sum of RGB (Red+Green+Blue) = 49+80+89=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #315059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315059 is #CEAFA6. Grayscale: #474747. Windows color (decimal): -13545383 or 5853233. OLE color: 5853233.

HSL color Cylindrical-coordinate representation of color #315059: hue angle of 193.5º 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 #315059 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 80 89 -
CMYK 0.45 0.10 0 0.65
HSL 193.5º 0.29% 0.27% -
HSV(B) 193.5º 0.45% 0.35% -
XYZ 5.94 7.11 10.51 -
YUV 71.76 137.73 111.77 -
System Red Green Blue C M Y K H S L
Decimal 49 80 89 0.45 0.10 0 0.65 193.5 0.29 0.27
Hex 31 50 59 2D A 0 41 C2 1D 1B
Octal 61 120 131 55 12 0 101 302 35 33
Binary 110001 1010000 1011001 101101 1010 0 1000001 11000010 11101 11011

Color Harmonies of #315059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315059

Black with #315059

Text Example


Text Example

White with #315059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315059; }

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

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

background-color css

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

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

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

border-color css

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

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

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