Html Css Color HEX #315560 Casal

📋 copy color: '#315560'

red 49 ◦ green 85 ◦ blue 96

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

Shades of Casal #315560

Tints of Casal #315560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.96%

 BLUE value IS 96 (37.89% from 255) = 41.74%

R = 21.3%
G = 36.96%
B = 41.74%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#315560 (or 0x315560) is known color: Casal. HEX triplet: 31, 55 and 60. RGB value is (49,85,96). Sum of RGB (Red+Green+Blue) = 49+85+96=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 96 - color contains mainly: blue. Hex color #315560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315560 is #CEAA9F. Grayscale: #4B4B4B. Windows color (decimal): -13544096 or 6313265. OLE color: 6313265.

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

Color convert

RGB 49 85 96 -
CMYK 0.49 0.11 0 0.62
HSL 194.04º 0.32% 0.28% -
HSV(B) 194.04º 0.49% 0.38% -
XYZ 6.63 7.99 12.26 -
YUV 75.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 49 85 96 0.49 0.11 0 0.62 194.04 0.32 0.28
Hex 31 55 60 31 B 0 3E C2 20 1C
Octal 61 125 140 61 13 0 76 302 40 34
Binary 110001 1010101 1100000 110001 1011 0 111110 11000010 100000 11100

Color Harmonies of #315560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315560

Black with #315560

Text Example


Text Example

White with #315560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315560; }

 p { color: rgb(49,85,96); }

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

background-color css

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

 a { background-color: rgb(49,85,96); }

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

border-color css

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

 span { border-color: rgb(49,85,96); }

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