Html Css Color HEX #31535E Casal

📋 copy color: '#31535E'

red 49 ◦ green 83 ◦ blue 94

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

Shades of Casal #31535E

Tints of Casal #31535E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 41.59%

R = 21.68%
G = 36.73%
B = 41.59%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#31535E (or 0x31535E) is known color: Casal. HEX triplet: 31, 53 and 5E. RGB value is (49,83,94). Sum of RGB (Red+Green+Blue) = 49+83+94=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 94 - color contains mainly: blue. Hex color #31535E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31535E is #CEACA1. Grayscale: #4A4A4A. Windows color (decimal): -13544610 or 6181681. OLE color: 6181681.

HSL color Cylindrical-coordinate representation of color #31535E: hue angle of 194.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31535E is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 83 94 -
CMYK 0.48 0.12 0 0.63
HSL 194.67º 0.31% 0.28% -
HSV(B) 194.67º 0.48% 0.37% -
XYZ 6.38 7.65 11.73 -
YUV 74.09 139.24 110.11 -
System Red Green Blue C M Y K H S L
Decimal 49 83 94 0.48 0.12 0 0.63 194.67 0.31 0.28
Hex 31 53 5E 30 C 0 3F C3 1F 1C
Octal 61 123 136 60 14 0 77 303 37 34
Binary 110001 1010011 1011110 110000 1100 0 111111 11000011 11111 11100

Color Harmonies of #31535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31535E

Black with #31535E

Text Example


Text Example

White with #31535E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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