Html Css Color HEX #315B63 Casal

📋 copy color: '#315B63'

red 49 ◦ green 91 ◦ blue 99

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

Shades of Casal #315B63

Tints of Casal #315B63

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.08%

 BLUE value IS 99 (39.06% from 255) = 41.42%

R = 20.5%
G = 38.08%
B = 41.42%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#315B63 (or 0x315B63) is known color: Casal. HEX triplet: 31, 5B and 63. RGB value is (49,91,99). Sum of RGB (Red+Green+Blue) = 49+91+99=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #315B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315B63 is #CEA49C. Grayscale: #4F4F4F. Windows color (decimal): -13542557 or 6511409. OLE color: 6511409.

HSL color Cylindrical-coordinate representation of color #315B63: hue angle of 189.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #315B63 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 91 99 -
CMYK 0.51 0.08 0 0.61
HSL 189.6º 0.34% 0.29% -
HSV(B) 189.6º 0.51% 0.39% -
XYZ 7.26 9.04 13.17 -
YUV 79.35 139.09 106.35 -
System Red Green Blue C M Y K H S L
Decimal 49 91 99 0.51 0.08 0 0.61 189.6 0.34 0.29
Hex 31 5B 63 33 8 0 3D BE 22 1D
Octal 61 133 143 63 10 0 75 276 42 35
Binary 110001 1011011 1100011 110011 1000 0 111101 10111110 100010 11101

Color Harmonies of #315B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315B63

Black with #315B63

Text Example


Text Example

White with #315B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315B63; }

 p { color: rgb(49,91,99); }

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

background-color css

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

 a { background-color: rgb(49,91,99); }

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

border-color css

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

 span { border-color: rgb(49,91,99); }

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