Html Css Color HEX #314E5F Arapawa

📋 copy color: '#314E5F'

red 49 ◦ green 78 ◦ blue 95

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

Shades of Arapawa #314E5F

Tints of Arapawa #314E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.79%

R = 22.07%
G = 35.14%
B = 42.79%

CMYK

 C value IS 0.48

 M value IS 0.18

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#314E5F (or 0x314E5F) is known color: Arapawa. HEX triplet: 31, 4E and 5F. RGB value is (49,78,95). Sum of RGB (Red+Green+Blue) = 49+78+95=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 95 - color contains mainly: blue. Hex color #314E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E5F is #CEB1A0. Grayscale: #474747. Windows color (decimal): -13545889 or 6245937. OLE color: 6245937.

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

Color convert

RGB 49 78 95 -
CMYK 0.48 0.18 0 0.63
HSL 202.17º 0.32% 0.28% -
HSV(B) 202.17º 0.48% 0.37% -
XYZ 6.06 6.93 11.84 -
YUV 71.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 49 78 95 0.48 0.18 0 0.63 202.17 0.32 0.28
Hex 31 4E 5F 30 12 0 3F CA 20 1C
Octal 61 116 137 60 22 0 77 312 40 34
Binary 110001 1001110 1011111 110000 10010 0 111111 11001010 100000 11100

Color Harmonies of #314E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314E5F

Black with #314E5F

Text Example


Text Example

White with #314E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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