Html Css Color HEX #314956 Arapawa

📋 copy color: '#314956'

red 49 ◦ green 73 ◦ blue 86

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

Shades of Arapawa #314956

Tints of Arapawa #314956

RGB

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

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

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

R = 23.56%
G = 35.1%
B = 41.35%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#314956 (or 0x314956) is known color: Arapawa. HEX triplet: 31, 49 and 56. RGB value is (49,73,86). Sum of RGB (Red+Green+Blue) = 49+73+86=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 86 - color contains mainly: blue. Hex color #314956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314956 is #CEB6A9. Grayscale: #434343. Windows color (decimal): -13547178 or 5654833. OLE color: 5654833.

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

Color convert

RGB 49 73 86 -
CMYK 0.43 0.15 0 0.66
HSL 201.08º 0.27% 0.26% -
HSV(B) 201.08º 0.43% 0.34% -
XYZ 5.33 6.09 9.7 -
YUV 67.31 138.55 114.94 -
System Red Green Blue C M Y K H S L
Decimal 49 73 86 0.43 0.15 0 0.66 201.08 0.27 0.26
Hex 31 49 56 2B F 0 42 C9 1B 1A
Octal 61 111 126 53 17 0 102 311 33 32
Binary 110001 1001001 1010110 101011 1111 0 1000010 11001001 11011 11010

Color Harmonies of #314956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314956

Black with #314956

Text Example


Text Example

White with #314956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314956; }

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

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

background-color css

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

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

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

border-color css

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

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

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