Html Css Color HEX #314F60 Arapawa

📋 copy color: '#314F60'

red 49 ◦ green 79 ◦ blue 96

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

Shades of Arapawa #314F60

Tints of Arapawa #314F60

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.27%

 BLUE value IS 96 (37.89% from 255) = 42.86%

R = 21.88%
G = 35.27%
B = 42.86%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#314F60 (or 0x314F60) is known color: Arapawa. HEX triplet: 31, 4F and 60. RGB value is (49,79,96). Sum of RGB (Red+Green+Blue) = 49+79+96=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #314F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314F60 is #CEB09F. Grayscale: #474747. Windows color (decimal): -13545632 or 6311729. OLE color: 6311729.

HSL color Cylindrical-coordinate representation of color #314F60: hue angle of 201.7º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #314F60 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 79 96 -
CMYK 0.49 0.18 0 0.62
HSL 201.7º 0.32% 0.28% -
HSV(B) 201.7º 0.49% 0.38% -
XYZ 6.17 7.09 12.11 -
YUV 71.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 49 79 96 0.49 0.18 0 0.62 201.7 0.32 0.28
Hex 31 4F 60 31 12 0 3E CA 20 1C
Octal 61 117 140 61 22 0 76 312 40 34
Binary 110001 1001111 1100000 110001 10010 0 111110 11001010 100000 11100

Color Harmonies of #314F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314F60

Black with #314F60

Text Example


Text Example

White with #314F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,79,96); }

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

background-color css

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

 a { background-color: rgb(49,79,96); }

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

border-color css

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

 span { border-color: rgb(49,79,96); }

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