Html Css Color HEX #315562 Casal

📋 copy color: '#315562'

red 49 ◦ green 85 ◦ blue 98

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

Shades of Casal #315562

Tints of Casal #315562

RGB

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

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

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

R = 21.12%
G = 36.64%
B = 42.24%

CMYK

 C value IS 0.5

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#315562 (or 0x315562) is known color: Casal. HEX triplet: 31, 55 and 62. RGB value is (49,85,98). Sum of RGB (Red+Green+Blue) = 49+85+98=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 98 - color contains mainly: blue. Hex color #315562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315562 is #CEAA9D. Grayscale: #4B4B4B. Windows color (decimal): -13544094 or 6444337. OLE color: 6444337.

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

Color convert

RGB 49 85 98 -
CMYK 0.5 0.13 0 0.62
HSL 195.92º 0.33% 0.29% -
HSV(B) 195.92º 0.5% 0.38% -
XYZ 6.72 8.03 12.75 -
YUV 75.72 140.57 108.94 -
System Red Green Blue C M Y K H S L
Decimal 49 85 98 0.5 0.13 0 0.62 195.92 0.33 0.29
Hex 31 55 62 32 D 0 3E C4 21 1D
Octal 61 125 142 62 15 0 76 304 41 35
Binary 110001 1010101 1100010 110010 1101 0 111110 11000100 100001 11101

Color Harmonies of #315562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315562

Black with #315562

Text Example


Text Example

White with #315562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315562; }

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

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

background-color css

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

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

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

border-color css

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

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

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