Html Css Color HEX #31505E Arapawa

📋 copy color: '#31505E'

red 49 ◦ green 80 ◦ blue 94

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

Shades of Arapawa #31505E

Tints of Arapawa #31505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.87%

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

R = 21.97%
G = 35.87%
B = 42.15%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#31505E (or 0x31505E) is known color: Arapawa. HEX triplet: 31, 50 and 5E. RGB value is (49,80,94). Sum of RGB (Red+Green+Blue) = 49+80+94=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 94 - color contains mainly: blue. Hex color #31505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31505E is #CEAFA1. Grayscale: #484848. Windows color (decimal): -13545378 or 6180913. OLE color: 6180913.

HSL color Cylindrical-coordinate representation of color #31505E: hue angle of 198.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 #31505E is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 80 94 -
CMYK 0.48 0.15 0 0.63
HSL 198.67º 0.31% 0.28% -
HSV(B) 198.67º 0.48% 0.37% -
XYZ 6.16 7.2 11.65 -
YUV 72.33 140.23 111.36 -
System Red Green Blue C M Y K H S L
Decimal 49 80 94 0.48 0.15 0 0.63 198.67 0.31 0.28
Hex 31 50 5E 30 F 0 3F C7 1F 1C
Octal 61 120 136 60 17 0 77 307 37 34
Binary 110001 1010000 1011110 110000 1111 0 111111 11000111 11111 11100

Color Harmonies of #31505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31505E

Black with #31505E

Text Example


Text Example

White with #31505E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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