Html Css Color HEX #315761 Casal

📋 copy color: '#315761'

red 49 ◦ green 87 ◦ blue 97

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

Shades of Casal #315761

Tints of Casal #315761

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.34%

 BLUE value IS 97 (38.28% from 255) = 41.63%

R = 21.03%
G = 37.34%
B = 41.63%

CMYK

 C value IS 0.49

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#315761 (or 0x315761) is known color: Casal. HEX triplet: 31, 57 and 61. RGB value is (49,87,97). Sum of RGB (Red+Green+Blue) = 49+87+97=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #315761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315761 is #CEA89E. Grayscale: #4C4C4C. Windows color (decimal): -13543583 or 6379313. OLE color: 6379313.

HSL color Cylindrical-coordinate representation of color #315761: hue angle of 192.5º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #315761 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 87 97 -
CMYK 0.49 0.10 0 0.62
HSL 192.5º 0.33% 0.29% -
HSV(B) 192.5º 0.49% 0.38% -
XYZ 6.83 8.33 12.56 -
YUV 76.78 139.41 108.19 -
System Red Green Blue C M Y K H S L
Decimal 49 87 97 0.49 0.10 0 0.62 192.5 0.33 0.29
Hex 31 57 61 31 A 0 3E C0 21 1D
Octal 61 127 141 61 12 0 76 300 41 35
Binary 110001 1010111 1100001 110001 1010 0 111110 11000000 100001 11101

Color Harmonies of #315761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315761

Black with #315761

Text Example


Text Example

White with #315761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315761; }

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

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

background-color css

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

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

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

border-color css

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

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

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