Html Css Color HEX #314E59 Arapawa

📋 copy color: '#314E59'

red 49 ◦ green 78 ◦ blue 89

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

Shades of Arapawa #314E59

Tints of Arapawa #314E59

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.11%

 BLUE value IS 89 (35.16% from 255) = 41.2%

R = 22.69%
G = 36.11%
B = 41.2%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#314E59 (or 0x314E59) is known color: Arapawa. HEX triplet: 31, 4E and 59. RGB value is (49,78,89). Sum of RGB (Red+Green+Blue) = 49+78+89=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #314E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E59 is #CEB1A6. Grayscale: #464646. Windows color (decimal): -13545895 or 5852721. OLE color: 5852721.

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

Color convert

RGB 49 78 89 -
CMYK 0.45 0.12 0 0.65
HSL 196.5º 0.29% 0.27% -
HSV(B) 196.5º 0.45% 0.35% -
XYZ 5.79 6.82 10.46 -
YUV 70.58 138.39 112.61 -
System Red Green Blue C M Y K H S L
Decimal 49 78 89 0.45 0.12 0 0.65 196.5 0.29 0.27
Hex 31 4E 59 2D C 0 41 C4 1D 1B
Octal 61 116 131 55 14 0 101 304 35 33
Binary 110001 1001110 1011001 101101 1100 0 1000001 11000100 11101 11011

Color Harmonies of #314E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314E59

Black with #314E59

Text Example


Text Example

White with #314E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,78,89); }

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

background-color css

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

 a { background-color: rgb(49,78,89); }

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

border-color css

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

 span { border-color: rgb(49,78,89); }

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