Html Css Color HEX #314D5D Arapawa

📋 copy color: '#314D5D'

red 49 ◦ green 77 ◦ blue 93

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

Shades of Arapawa #314D5D

Tints of Arapawa #314D5D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.16%

 BLUE value IS 93 (36.72% from 255) = 42.47%

R = 22.37%
G = 35.16%
B = 42.47%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#314D5D (or 0x314D5D) is known color: Arapawa. HEX triplet: 31, 4D and 5D. RGB value is (49,77,93). Sum of RGB (Red+Green+Blue) = 49+77+93=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 93 - color contains mainly: blue. Hex color #314D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D5D is #CEB2A2. Grayscale: #464646. Windows color (decimal): -13546147 or 6114609. OLE color: 6114609.

HSL color Cylindrical-coordinate representation of color #314D5D: hue angle of 201.82º degrees, saturation: 0.31, 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 #314D5D is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 77 93 -
CMYK 0.47 0.17 0 0.64
HSL 201.82º 0.31% 0.28% -
HSV(B) 201.82º 0.47% 0.36% -
XYZ 5.9 6.75 11.35 -
YUV 70.45 140.72 112.7 -
System Red Green Blue C M Y K H S L
Decimal 49 77 93 0.47 0.17 0 0.64 201.82 0.31 0.28
Hex 31 4D 5D 2F 11 0 40 CA 1F 1C
Octal 61 115 135 57 21 0 100 312 37 34
Binary 110001 1001101 1011101 101111 10001 0 1000000 11001010 11111 11100

Color Harmonies of #314D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314D5D

Black with #314D5D

Text Example


Text Example

White with #314D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314D5D; }

 p { color: rgb(49,77,93); }

 H1.HeaderClassName
 {
   color: #314D5D;
 }
 .AnyTagClassName
 {
   color: #314D5D;
 }
</style>

background-color css

<style>
 a { background-color: #314D5D; }

 a { background-color: rgb(49,77,93); }

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

border-color css

<style>
 span { border-color: #314D5D; }

 span { border-color: rgb(49,77,93); }

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