Html Css Color HEX #314F5D Arapawa

📋 copy color: '#314F5D'

red 49 ◦ green 79 ◦ blue 93

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

Shades of Arapawa #314F5D

Tints of Arapawa #314F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 42.08%

R = 22.17%
G = 35.75%
B = 42.08%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#314F5D (or 0x314F5D) is known color: Arapawa. HEX triplet: 31, 4F and 5D. RGB value is (49,79,93). Sum of RGB (Red+Green+Blue) = 49+79+93=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #314F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314F5D is #CEB0A2. Grayscale: #474747. Windows color (decimal): -13545635 or 6115121. OLE color: 6115121.

HSL color Cylindrical-coordinate representation of color #314F5D: hue angle of 199.09º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #314F5D is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 79 93 -
CMYK 0.47 0.15 0 0.64
HSL 199.09º 0.31% 0.28% -
HSV(B) 199.09º 0.47% 0.36% -
XYZ 6.04 7.04 11.4 -
YUV 71.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 49 79 93 0.47 0.15 0 0.64 199.09 0.31 0.28
Hex 31 4F 5D 2F F 0 40 C7 1F 1C
Octal 61 117 135 57 17 0 100 307 37 34
Binary 110001 1001111 1011101 101111 1111 0 1000000 11000111 11111 11100

Color Harmonies of #314F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314F5D

Black with #314F5D

Text Example


Text Example

White with #314F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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