Html Css Color HEX #315260 Arapawa

📋 copy color: '#315260'

red 49 ◦ green 82 ◦ blue 96

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

Shades of Arapawa #315260

Tints of Arapawa #315260

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.12%

 BLUE value IS 96 (37.89% from 255) = 42.29%

R = 21.59%
G = 36.12%
B = 42.29%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#315260 (or 0x315260) is known color: Arapawa. HEX triplet: 31, 52 and 60. RGB value is (49,82,96). Sum of RGB (Red+Green+Blue) = 49+82+96=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #315260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315260 is #CEAD9F. Grayscale: #494949. Windows color (decimal): -13544864 or 6312497. OLE color: 6312497.

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

Color convert

RGB 49 82 96 -
CMYK 0.49 0.15 0 0.62
HSL 197.87º 0.32% 0.28% -
HSV(B) 197.87º 0.49% 0.38% -
XYZ 6.4 7.53 12.18 -
YUV 73.73 140.57 110.36 -
System Red Green Blue C M Y K H S L
Decimal 49 82 96 0.49 0.15 0 0.62 197.87 0.32 0.28
Hex 31 52 60 31 F 0 3E C6 20 1C
Octal 61 122 140 61 17 0 76 306 40 34
Binary 110001 1010010 1100000 110001 1111 0 111110 11000110 100000 11100

Color Harmonies of #315260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315260

Black with #315260

Text Example


Text Example

White with #315260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315260; }

 p { color: rgb(49,82,96); }

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

background-color css

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

 a { background-color: rgb(49,82,96); }

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

border-color css

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

 span { border-color: rgb(49,82,96); }

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