Html Css Color HEX #314656 Arapawa

📋 copy color: '#314656'

red 49 ◦ green 70 ◦ blue 86

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

Shades of Arapawa #314656

Tints of Arapawa #314656

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.15%

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

R = 23.9%
G = 34.15%
B = 41.95%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#314656 (or 0x314656) is known color: Arapawa. HEX triplet: 31, 46 and 56. RGB value is (49,70,86). Sum of RGB (Red+Green+Blue) = 49+70+86=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #314656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314656 is #CEB9A9. Grayscale: #414141. Windows color (decimal): -13547946 or 5654065. OLE color: 5654065.

HSL color Cylindrical-coordinate representation of color #314656: hue angle of 205.95º 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 #314656 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 70 86 -
CMYK 0.43 0.19 0 0.66
HSL 205.95º 0.27% 0.26% -
HSV(B) 205.95º 0.43% 0.34% -
XYZ 5.14 5.71 9.63 -
YUV 65.55 139.54 116.2 -
System Red Green Blue C M Y K H S L
Decimal 49 70 86 0.43 0.19 0 0.66 205.95 0.27 0.26
Hex 31 46 56 2B 13 0 42 CE 1B 1A
Octal 61 106 126 53 23 0 102 316 33 32
Binary 110001 1000110 1010110 101011 10011 0 1000010 11001110 11011 11010

Color Harmonies of #314656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314656

Black with #314656

Text Example


Text Example

White with #314656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314656; }

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

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

background-color css

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

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

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

border-color css

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

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

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