Html Css Color HEX #315A62 Casal

📋 copy color: '#315A62'

red 49 ◦ green 90 ◦ blue 98

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

Shades of Casal #315A62

Tints of Casal #315A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41.35%

R = 20.68%
G = 37.97%
B = 41.35%

CMYK

 C value IS 0.5

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#315A62 (or 0x315A62) is known color: Casal. HEX triplet: 31, 5A and 62. RGB value is (49,90,98). Sum of RGB (Red+Green+Blue) = 49+90+98=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 98 - color contains mainly: blue. Hex color #315A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315A62 is #CEA59D. Grayscale: #4E4E4E. Windows color (decimal): -13542814 or 6445617. OLE color: 6445617.

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

Color convert

RGB 49 90 98 -
CMYK 0.5 0.08 0 0.62
HSL 189.8º 0.33% 0.29% -
HSV(B) 189.8º 0.5% 0.38% -
XYZ 7.13 8.85 12.89 -
YUV 78.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 49 90 98 0.5 0.08 0 0.62 189.8 0.33 0.29
Hex 31 5A 62 32 8 0 3E BE 21 1D
Octal 61 132 142 62 10 0 76 276 41 35
Binary 110001 1011010 1100010 110010 1000 0 111110 10111110 100001 11101

Color Harmonies of #315A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315A62

Black with #315A62

Text Example


Text Example

White with #315A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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