Html Css Color HEX #31555C Casal

📋 copy color: '#31555C'

red 49 ◦ green 85 ◦ blue 92

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

Shades of Casal #31555C

Tints of Casal #31555C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.61%

 BLUE value IS 92 (36.33% from 255) = 40.71%

R = 21.68%
G = 37.61%
B = 40.71%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31555C (or 0x31555C) is known color: Casal. HEX triplet: 31, 55 and 5C. RGB value is (49,85,92). Sum of RGB (Red+Green+Blue) = 49+85+92=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 92 - color contains mainly: blue. Hex color #31555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31555C is #CEAAA3. Grayscale: #4A4A4A. Windows color (decimal): -13544100 or 6051121. OLE color: 6051121.

HSL color Cylindrical-coordinate representation of color #31555C: hue angle of 189.77º degrees, saturation: 0.3, 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 #31555C is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 85 92 -
CMYK 0.47 0.08 0 0.64
HSL 189.77º 0.3% 0.28% -
HSV(B) 189.77º 0.47% 0.36% -
XYZ 6.45 7.92 11.31 -
YUV 75.03 137.57 109.43 -
System Red Green Blue C M Y K H S L
Decimal 49 85 92 0.47 0.08 0 0.64 189.77 0.3 0.28
Hex 31 55 5C 2F 8 0 40 BE 1E 1C
Octal 61 125 134 57 10 0 100 276 36 34
Binary 110001 1010101 1011100 101111 1000 0 1000000 10111110 11110 11100

Color Harmonies of #31555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31555C

Black with #31555C

Text Example


Text Example

White with #31555C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31555C; }

 p { color: rgb(49,85,92); }

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

background-color css

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

 a { background-color: rgb(49,85,92); }

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

border-color css

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

 span { border-color: rgb(49,85,92); }

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