Html Css Color HEX #315258 Casal

📋 copy color: '#315258'

red 49 ◦ green 82 ◦ blue 88

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

Shades of Casal #315258

Tints of Casal #315258

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.44%

 BLUE value IS 88 (34.77% from 255) = 40.18%

R = 22.37%
G = 37.44%
B = 40.18%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#315258 (or 0x315258) is known color: Casal. HEX triplet: 31, 52 and 58. RGB value is (49,82,88). Sum of RGB (Red+Green+Blue) = 49+82+88=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 88 - color contains mainly: blue. Hex color #315258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315258 is #CEADA7. Grayscale: #484848. Windows color (decimal): -13544872 or 5788209. OLE color: 5788209.

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

Color convert

RGB 49 82 88 -
CMYK 0.44 0.07 0 0.65
HSL 189.23º 0.28% 0.27% -
HSV(B) 189.23º 0.44% 0.35% -
XYZ 6.05 7.39 10.34 -
YUV 72.82 136.57 111.01 -
System Red Green Blue C M Y K H S L
Decimal 49 82 88 0.44 0.07 0 0.65 189.23 0.28 0.27
Hex 31 52 58 2C 7 0 41 BD 1C 1B
Octal 61 122 130 54 7 0 101 275 34 33
Binary 110001 1010010 1011000 101100 111 0 1000001 10111101 11100 11011

Color Harmonies of #315258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315258

Black with #315258

Text Example


Text Example

White with #315258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315258; }

 p { color: rgb(49,82,88); }

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

background-color css

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

 a { background-color: rgb(49,82,88); }

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

border-color css

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

 span { border-color: rgb(49,82,88); }

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