Html Css Color HEX #31545F Casal

📋 copy color: '#31545F'

red 49 ◦ green 84 ◦ blue 95

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

Shades of Casal #31545F

Tints of Casal #31545F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.84%

 BLUE value IS 95 (37.5% from 255) = 41.67%

R = 21.49%
G = 36.84%
B = 41.67%

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

#31545F (or 0x31545F) is known color: Casal. HEX triplet: 31, 54 and 5F. RGB value is (49,84,95). Sum of RGB (Red+Green+Blue) = 49+84+95=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 95 - color contains mainly: blue. Hex color #31545F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31545F is #CEABA0. Grayscale: #4A4A4A. Windows color (decimal): -13544353 or 6247473. OLE color: 6247473.

HSL color Cylindrical-coordinate representation of color #31545F: hue angle of 194.35º degrees, saturation: 0.32, 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 #31545F is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 84 95 -
CMYK 0.48 0.12 0 0.63
HSL 194.35º 0.32% 0.28% -
HSV(B) 194.35º 0.48% 0.37% -
XYZ 6.5 7.82 11.99 -
YUV 74.79 139.4 109.61 -
System Red Green Blue C M Y K H S L
Decimal 49 84 95 0.48 0.12 0 0.63 194.35 0.32 0.28
Hex 31 54 5F 30 C 0 3F C2 20 1C
Octal 61 124 137 60 14 0 77 302 40 34
Binary 110001 1010100 1011111 110000 1100 0 111111 11000010 100000 11100

Color Harmonies of #31545F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31545F

Black with #31545F

Text Example


Text Example

White with #31545F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31545F; }

 p { color: rgb(49,84,95); }

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

background-color css

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

 a { background-color: rgb(49,84,95); }

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

border-color css

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

 span { border-color: rgb(49,84,95); }

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