Html Css Color HEX #314A57 Arapawa

📋 copy color: '#314A57'

red 49 ◦ green 74 ◦ blue 87

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

Shades of Arapawa #314A57

Tints of Arapawa #314A57

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.24%

 BLUE value IS 87 (34.38% from 255) = 41.43%

R = 23.33%
G = 35.24%
B = 41.43%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#314A57 (or 0x314A57) is known color: Arapawa. HEX triplet: 31, 4A and 57. RGB value is (49,74,87). Sum of RGB (Red+Green+Blue) = 49+74+87=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 87 - color contains mainly: blue. Hex color #314A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314A57 is #CEB5A8. Grayscale: #434343. Windows color (decimal): -13546921 or 5720625. OLE color: 5720625.

HSL color Cylindrical-coordinate representation of color #314A57: hue angle of 200.53º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #314A57 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 74 87 -
CMYK 0.44 0.15 0 0.66
HSL 200.53º 0.28% 0.27% -
HSV(B) 200.53º 0.44% 0.34% -
XYZ 5.44 6.24 9.93 -
YUV 68.01 138.72 114.44 -
System Red Green Blue C M Y K H S L
Decimal 49 74 87 0.44 0.15 0 0.66 200.53 0.28 0.27
Hex 31 4A 57 2C F 0 42 C9 1C 1B
Octal 61 112 127 54 17 0 102 311 34 33
Binary 110001 1001010 1010111 101100 1111 0 1000010 11001001 11100 11011

Color Harmonies of #314A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314A57

Black with #314A57

Text Example


Text Example

White with #314A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,74,87); }

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

background-color css

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

 a { background-color: rgb(49,74,87); }

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

border-color css

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

 span { border-color: rgb(49,74,87); }

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