Html Css Color HEX #315363 Arapawa

📋 copy color: '#315363'

red 49 ◦ green 83 ◦ blue 99

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

Shades of Arapawa #315363

Tints of Arapawa #315363

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.93%

 BLUE value IS 99 (39.06% from 255) = 42.86%

R = 21.21%
G = 35.93%
B = 42.86%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#315363 (or 0x315363) is known color: Arapawa. HEX triplet: 31, 53 and 63. RGB value is (49,83,99). Sum of RGB (Red+Green+Blue) = 49+83+99=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #315363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315363 is #CEAC9C. Grayscale: #4A4A4A. Windows color (decimal): -13544605 or 6509361. OLE color: 6509361.

HSL color Cylindrical-coordinate representation of color #315363: hue angle of 199.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #315363 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 83 99 -
CMYK 0.51 0.16 0 0.61
HSL 199.2º 0.34% 0.29% -
HSV(B) 199.2º 0.51% 0.39% -
XYZ 6.61 7.74 12.95 -
YUV 74.66 141.74 109.7 -
System Red Green Blue C M Y K H S L
Decimal 49 83 99 0.51 0.16 0 0.61 199.2 0.34 0.29
Hex 31 53 63 33 10 0 3D C7 22 1D
Octal 61 123 143 63 20 0 75 307 42 35
Binary 110001 1010011 1100011 110011 10000 0 111101 11000111 100010 11101

Color Harmonies of #315363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315363

Black with #315363

Text Example


Text Example

White with #315363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315363; }

 p { color: rgb(49,83,99); }

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

background-color css

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

 a { background-color: rgb(49,83,99); }

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

border-color css

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

 span { border-color: rgb(49,83,99); }

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