Html Css Color HEX #31525D Casal

📋 copy color: '#31525D'

red 49 ◦ green 82 ◦ blue 93

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

Shades of Casal #31525D

Tints of Casal #31525D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 41.52%

R = 21.88%
G = 36.61%
B = 41.52%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31525D (or 0x31525D) is known color: Casal. HEX triplet: 31, 52 and 5D. RGB value is (49,82,93). Sum of RGB (Red+Green+Blue) = 49+82+93=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #31525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31525D is #CEADA2. Grayscale: #494949. Windows color (decimal): -13544867 or 6115889. OLE color: 6115889.

HSL color Cylindrical-coordinate representation of color #31525D: hue angle of 195º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31525D is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 82 93 -
CMYK 0.47 0.12 0 0.64
HSL 195º 0.31% 0.28% -
HSV(B) 195º 0.47% 0.36% -
XYZ 6.26 7.48 11.47 -
YUV 73.39 139.07 110.61 -
System Red Green Blue C M Y K H S L
Decimal 49 82 93 0.47 0.12 0 0.64 195 0.31 0.28
Hex 31 52 5D 2F C 0 40 C3 1F 1C
Octal 61 122 135 57 14 0 100 303 37 34
Binary 110001 1010010 1011101 101111 1100 0 1000000 11000011 11111 11100

Color Harmonies of #31525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31525D

Black with #31525D

Text Example


Text Example

White with #31525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31525D; }

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

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

background-color css

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

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

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

border-color css

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

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

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