Html Css Color HEX #314958 Arapawa

📋 copy color: '#314958'

red 49 ◦ green 73 ◦ blue 88

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

Shades of Arapawa #314958

Tints of Arapawa #314958

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.76%

 BLUE value IS 88 (34.77% from 255) = 41.9%

R = 23.33%
G = 34.76%
B = 41.9%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#314958 (or 0x314958) is known color: Arapawa. HEX triplet: 31, 49 and 58. RGB value is (49,73,88). Sum of RGB (Red+Green+Blue) = 49+73+88=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 88 - color contains mainly: blue. Hex color #314958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314958 is #CEB6A7. Grayscale: #434343. Windows color (decimal): -13547176 or 5785905. OLE color: 5785905.

HSL color Cylindrical-coordinate representation of color #314958: hue angle of 203.08º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #314958 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 73 88 -
CMYK 0.44 0.17 0 0.65
HSL 203.08º 0.28% 0.27% -
HSV(B) 203.08º 0.44% 0.35% -
XYZ 5.41 6.12 10.13 -
YUV 67.53 139.55 114.78 -
System Red Green Blue C M Y K H S L
Decimal 49 73 88 0.44 0.17 0 0.65 203.08 0.28 0.27
Hex 31 49 58 2C 11 0 41 CB 1C 1B
Octal 61 111 130 54 21 0 101 313 34 33
Binary 110001 1001001 1011000 101100 10001 0 1000001 11001011 11100 11011

Color Harmonies of #314958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314958

Black with #314958

Text Example


Text Example

White with #314958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314958; }

 p { color: rgb(49,73,88); }

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

background-color css

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

 a { background-color: rgb(49,73,88); }

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

border-color css

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

 span { border-color: rgb(49,73,88); }

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