Html Css Color HEX #314857 Arapawa

📋 copy color: '#314857'

red 49 ◦ green 72 ◦ blue 87

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

Shades of Arapawa #314857

Tints of Arapawa #314857

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.62%

 BLUE value IS 87 (34.38% from 255) = 41.83%

R = 23.56%
G = 34.62%
B = 41.83%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#314857 (or 0x314857) is known color: Arapawa. HEX triplet: 31, 48 and 57. RGB value is (49,72,87). Sum of RGB (Red+Green+Blue) = 49+72+87=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 87 - color contains mainly: blue. Hex color #314857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314857 is #CEB7A8. Grayscale: #424242. Windows color (decimal): -13547433 or 5720113. OLE color: 5720113.

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

Color convert

RGB 49 72 87 -
CMYK 0.44 0.17 0 0.66
HSL 203.68º 0.28% 0.27% -
HSV(B) 203.68º 0.44% 0.34% -
XYZ 5.3 5.98 9.89 -
YUV 66.83 139.38 115.28 -
System Red Green Blue C M Y K H S L
Decimal 49 72 87 0.44 0.17 0 0.66 203.68 0.28 0.27
Hex 31 48 57 2C 11 0 42 CC 1C 1B
Octal 61 110 127 54 21 0 102 314 34 33
Binary 110001 1001000 1010111 101100 10001 0 1000010 11001100 11100 11011

Color Harmonies of #314857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314857

Black with #314857

Text Example


Text Example

White with #314857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314857; }

 p { color: rgb(49,72,87); }

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

background-color css

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

 a { background-color: rgb(49,72,87); }

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

border-color css

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

 span { border-color: rgb(49,72,87); }

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