Html Css Color HEX #314856 Arapawa

📋 copy color: '#314856'

red 49 ◦ green 72 ◦ blue 86

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

Shades of Arapawa #314856

Tints of Arapawa #314856

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.78%

 BLUE value IS 86 (33.98% from 255) = 41.55%

R = 23.67%
G = 34.78%
B = 41.55%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#314856 (or 0x314856) is known color: Arapawa. HEX triplet: 31, 48 and 56. RGB value is (49,72,86). Sum of RGB (Red+Green+Blue) = 49+72+86=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 86 - color contains mainly: blue. Hex color #314856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314856 is #CEB7A9. Grayscale: #424242. Windows color (decimal): -13547434 or 5654577. OLE color: 5654577.

HSL color Cylindrical-coordinate representation of color #314856: hue angle of 202.7º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #314856 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 72 86 -
CMYK 0.43 0.16 0 0.66
HSL 202.7º 0.27% 0.26% -
HSV(B) 202.7º 0.43% 0.34% -
XYZ 5.26 5.96 9.68 -
YUV 66.72 138.88 115.36 -
System Red Green Blue C M Y K H S L
Decimal 49 72 86 0.43 0.16 0 0.66 202.7 0.27 0.26
Hex 31 48 56 2B 10 0 42 CB 1B 1A
Octal 61 110 126 53 20 0 102 313 33 32
Binary 110001 1001000 1010110 101011 10000 0 1000010 11001011 11011 11010

Color Harmonies of #314856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314856

Black with #314856

Text Example


Text Example

White with #314856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314856; }

 p { color: rgb(49,72,86); }

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

background-color css

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

 a { background-color: rgb(49,72,86); }

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

border-color css

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

 span { border-color: rgb(49,72,86); }

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