Html Css Color HEX #315A61 Casal

📋 copy color: '#315A61'

red 49 ◦ green 90 ◦ blue 97

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

Shades of Casal #315A61

Tints of Casal #315A61

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.14%

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

R = 20.76%
G = 38.14%
B = 41.1%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#315A61 (or 0x315A61) is known color: Casal. HEX triplet: 31, 5A and 61. RGB value is (49,90,97). Sum of RGB (Red+Green+Blue) = 49+90+97=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 97 - color contains mainly: blue. Hex color #315A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315A61 is #CEA59E. Grayscale: #4E4E4E. Windows color (decimal): -13542815 or 6380081. OLE color: 6380081.

HSL color Cylindrical-coordinate representation of color #315A61: hue angle of 188.75º 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 #315A61 is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 90 97 -
CMYK 0.49 0.07 0 0.62
HSL 188.75º 0.33% 0.29% -
HSV(B) 188.75º 0.49% 0.38% -
XYZ 7.08 8.83 12.64 -
YUV 78.54 138.42 106.93 -
System Red Green Blue C M Y K H S L
Decimal 49 90 97 0.49 0.07 0 0.62 188.75 0.33 0.29
Hex 31 5A 61 31 7 0 3E BD 21 1D
Octal 61 132 141 61 7 0 76 275 41 35
Binary 110001 1011010 1100001 110001 111 0 111110 10111101 100001 11101

Color Harmonies of #315A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315A61

Black with #315A61

Text Example


Text Example

White with #315A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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