Html Css Color HEX #315057 Casal

📋 copy color: '#315057'

red 49 ◦ green 80 ◦ blue 87

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

Shades of Casal #315057

Tints of Casal #315057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 40.28%

R = 22.69%
G = 37.04%
B = 40.28%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#315057 (or 0x315057) is known color: Casal. HEX triplet: 31, 50 and 57. RGB value is (49,80,87). Sum of RGB (Red+Green+Blue) = 49+80+87=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 87 - color contains mainly: blue. Hex color #315057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315057 is #CEAFA8. Grayscale: #474747. Windows color (decimal): -13545385 or 5722161. OLE color: 5722161.

HSL color Cylindrical-coordinate representation of color #315057: hue angle of 191.05º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #315057 is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 80 87 -
CMYK 0.44 0.08 0 0.66
HSL 191.05º 0.28% 0.27% -
HSV(B) 191.05º 0.44% 0.34% -
XYZ 5.86 7.08 10.07 -
YUV 71.53 136.73 111.93 -
System Red Green Blue C M Y K H S L
Decimal 49 80 87 0.44 0.08 0 0.66 191.05 0.28 0.27
Hex 31 50 57 2C 8 0 42 BF 1C 1B
Octal 61 120 127 54 10 0 102 277 34 33
Binary 110001 1010000 1010111 101100 1000 0 1000010 10111111 11100 11011

Color Harmonies of #315057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315057

Black with #315057

Text Example


Text Example

White with #315057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315057; }

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

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

background-color css

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

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

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

border-color css

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

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

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