Html Css Color HEX #315061 Arapawa

📋 copy color: '#315061'

red 49 ◦ green 80 ◦ blue 97

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

Shades of Arapawa #315061

Tints of Arapawa #315061

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.4%

 BLUE value IS 97 (38.28% from 255) = 42.92%

R = 21.68%
G = 35.4%
B = 42.92%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#315061 (or 0x315061) is known color: Arapawa. HEX triplet: 31, 50 and 61. RGB value is (49,80,97). Sum of RGB (Red+Green+Blue) = 49+80+97=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #315061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315061 is #CEAF9E. Grayscale: #484848. Windows color (decimal): -13545375 or 6377521. OLE color: 6377521.

HSL color Cylindrical-coordinate representation of color #315061: hue angle of 201.25º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #315061 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 80 97 -
CMYK 0.49 0.18 0 0.62
HSL 201.25º 0.33% 0.29% -
HSV(B) 201.25º 0.49% 0.38% -
XYZ 6.29 7.25 12.38 -
YUV 72.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 49 80 97 0.49 0.18 0 0.62 201.25 0.33 0.29
Hex 31 50 61 31 12 0 3E C9 21 1D
Octal 61 120 141 61 22 0 76 311 41 35
Binary 110001 1010000 1100001 110001 10010 0 111110 11001001 100001 11101

Color Harmonies of #315061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315061

Black with #315061

Text Example


Text Example

White with #315061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315061; }

 p { color: rgb(49,80,97); }

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

background-color css

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

 a { background-color: rgb(49,80,97); }

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

border-color css

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

 span { border-color: rgb(49,80,97); }

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