Html Css Color HEX #315359 Casal

📋 copy color: '#315359'

red 49 ◦ green 83 ◦ blue 89

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

Shades of Casal #315359

Tints of Casal #315359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.56%

 BLUE value IS 89 (35.16% from 255) = 40.27%

R = 22.17%
G = 37.56%
B = 40.27%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#315359 (or 0x315359) is known color: Casal. HEX triplet: 31, 53 and 59. RGB value is (49,83,89). Sum of RGB (Red+Green+Blue) = 49+83+89=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 89 - color contains mainly: blue. Hex color #315359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315359 is #CEACA6. Grayscale: #494949. Windows color (decimal): -13544615 or 5854001. OLE color: 5854001.

HSL color Cylindrical-coordinate representation of color #315359: hue angle of 189º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #315359 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 83 89 -
CMYK 0.45 0.07 0 0.65
HSL 189º 0.29% 0.27% -
HSV(B) 189º 0.45% 0.35% -
XYZ 6.16 7.56 10.59 -
YUV 73.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 49 83 89 0.45 0.07 0 0.65 189 0.29 0.27
Hex 31 53 59 2D 7 0 41 BD 1D 1B
Octal 61 123 131 55 7 0 101 275 35 33
Binary 110001 1010011 1011001 101101 111 0 1000001 10111101 11101 11011

Color Harmonies of #315359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315359

Black with #315359

Text Example


Text Example

White with #315359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315359; }

 p { color: rgb(49,83,89); }

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

background-color css

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

 a { background-color: rgb(49,83,89); }

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

border-color css

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

 span { border-color: rgb(49,83,89); }

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