Html Css Color HEX #314E5A Arapawa

📋 copy color: '#314E5A'

red 49 ◦ green 78 ◦ blue 90

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

Shades of Arapawa #314E5A

Tints of Arapawa #314E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 41.47%

R = 22.58%
G = 35.94%
B = 41.47%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#314E5A (or 0x314E5A) is known color: Arapawa. HEX triplet: 31, 4E and 5A. RGB value is (49,78,90). Sum of RGB (Red+Green+Blue) = 49+78+90=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #314E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E5A is #CEB1A5. Grayscale: #464646. Windows color (decimal): -13545894 or 5918257. OLE color: 5918257.

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

Color convert

RGB 49 78 90 -
CMYK 0.46 0.13 0 0.65
HSL 197.56º 0.29% 0.27% -
HSV(B) 197.56º 0.46% 0.35% -
XYZ 5.84 6.84 10.69 -
YUV 70.7 138.89 112.52 -
System Red Green Blue C M Y K H S L
Decimal 49 78 90 0.46 0.13 0 0.65 197.56 0.29 0.27
Hex 31 4E 5A 2E D 0 41 C6 1D 1B
Octal 61 116 132 56 15 0 101 306 35 33
Binary 110001 1001110 1011010 101110 1101 0 1000001 11000110 11101 11011

Color Harmonies of #314E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314E5A

Black with #314E5A

Text Example


Text Example

White with #314E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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