Html Css Color HEX #31535D Casal

📋 copy color: '#31535D'

red 49 ◦ green 83 ◦ blue 93

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

Shades of Casal #31535D

Tints of Casal #31535D

RGB

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

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

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

R = 21.78%
G = 36.89%
B = 41.33%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31535D (or 0x31535D) is known color: Casal. HEX triplet: 31, 53 and 5D. RGB value is (49,83,93). Sum of RGB (Red+Green+Blue) = 49+83+93=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #31535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31535D is #CEACA2. Grayscale: #494949. Windows color (decimal): -13544611 or 6116145. OLE color: 6116145.

HSL color Cylindrical-coordinate representation of color #31535D: hue angle of 193.64º 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 #31535D is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 83 93 -
CMYK 0.47 0.11 0 0.64
HSL 193.64º 0.31% 0.28% -
HSV(B) 193.64º 0.47% 0.36% -
XYZ 6.34 7.63 11.49 -
YUV 73.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 49 83 93 0.47 0.11 0 0.64 193.64 0.31 0.28
Hex 31 53 5D 2F B 0 40 C2 1F 1C
Octal 61 123 135 57 13 0 100 302 37 34
Binary 110001 1010011 1011101 101111 1011 0 1000000 11000010 11111 11100

Color Harmonies of #31535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31535D

Black with #31535D

Text Example


Text Example

White with #31535D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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