Html Css Color HEX #315B62 Casal

📋 copy color: '#315B62'

red 49 ◦ green 91 ◦ blue 98

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

Shades of Casal #315B62

Tints of Casal #315B62

RGB

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

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

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

R = 20.59%
G = 38.24%
B = 41.18%

CMYK

 C value IS 0.5

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#315B62 (or 0x315B62) is known color: Casal. HEX triplet: 31, 5B and 62. RGB value is (49,91,98). Sum of RGB (Red+Green+Blue) = 49+91+98=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 98 - color contains mainly: blue. Hex color #315B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315B62 is #CEA49D. Grayscale: #4F4F4F. Windows color (decimal): -13542558 or 6445873. OLE color: 6445873.

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

Color convert

RGB 49 91 98 -
CMYK 0.5 0.07 0 0.62
HSL 188.57º 0.33% 0.29% -
HSV(B) 188.57º 0.5% 0.38% -
XYZ 7.21 9.02 12.92 -
YUV 79.24 138.59 106.43 -
System Red Green Blue C M Y K H S L
Decimal 49 91 98 0.5 0.07 0 0.62 188.57 0.33 0.29
Hex 31 5B 62 32 7 0 3E BD 21 1D
Octal 61 133 142 62 7 0 76 275 41 35
Binary 110001 1011011 1100010 110010 111 0 111110 10111101 100001 11101

Color Harmonies of #315B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315B62

Black with #315B62

Text Example


Text Example

White with #315B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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