Html Css Color HEX #31495A Arapawa

📋 copy color: '#31495A'

red 49 ◦ green 73 ◦ blue 90

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

Shades of Arapawa #31495A

Tints of Arapawa #31495A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.43%

 BLUE value IS 90 (35.55% from 255) = 42.45%

R = 23.11%
G = 34.43%
B = 42.45%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#31495A (or 0x31495A) is known color: Arapawa. HEX triplet: 31, 49 and 5A. RGB value is (49,73,90). Sum of RGB (Red+Green+Blue) = 49+73+90=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #31495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31495A is #CEB6A5. Grayscale: #434343. Windows color (decimal): -13547174 or 5916977. OLE color: 5916977.

HSL color Cylindrical-coordinate representation of color #31495A: hue angle of 204.88º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31495A is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 73 90 -
CMYK 0.46 0.19 0 0.65
HSL 204.88º 0.29% 0.27% -
HSV(B) 204.88º 0.46% 0.35% -
XYZ 5.49 6.16 10.57 -
YUV 67.76 140.55 114.62 -
System Red Green Blue C M Y K H S L
Decimal 49 73 90 0.46 0.19 0 0.65 204.88 0.29 0.27
Hex 31 49 5A 2E 13 0 41 CD 1D 1B
Octal 61 111 132 56 23 0 101 315 35 33
Binary 110001 1001001 1011010 101110 10011 0 1000001 11001101 11101 11011

Color Harmonies of #31495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31495A

Black with #31495A

Text Example


Text Example

White with #31495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31495A; }

 p { color: rgb(49,73,90); }

 H1.HeaderClassName
 {
   color: #31495A;
 }
 .AnyTagClassName
 {
   color: #31495A;
 }
</style>

background-color css

<style>
 a { background-color: #31495A; }

 a { background-color: rgb(49,73,90); }

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

border-color css

<style>
 span { border-color: #31495A; }

 span { border-color: rgb(49,73,90); }

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