#315261

Color #315261 Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #315261

Tints of Arapawa #315261

Color information

#315261 (or 0x315261) is unknown color: approx Arapawa. HEX triplet: 31, 52 and 61. RGB value is (49,82,97). Sum of RGB (Red+Green+Blue) = 49+82+97=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #315261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315261 is #CEAD9E. Grayscale: #494949. Windows color (decimal): -13544863 or 6378033. OLE color: 6378033.

HSL color Cylindrical-coordinate representation of color #315261: hue angle of 198.75º 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 #315261 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB498297-
CMYK0.490.1500.62
HSL198.75º32.88%28.63%-
HSV(B)198.75º49.48%38.04%-
XYZ6.447.5512.43-
YUV73.84141.07110.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.49%
GREEN value IS 82 (32.42% from 255) = 35.96%
BLUE value IS 97 (38.28% from 255) = 42.54%
R=21.49%
G=35.96%
B=42.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4982970.490.1500.62198.7532.8828.63
Hex31526131F03Ec7211d
Octal6112214161170763074135
Binary11000110100101100001110001111101111101100011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315261; }

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

 H1.HeaderClassName
 {
   color: #315261;
 }
 .AnyTagClassName
 {
   color: #315261;
 }
</style>
background-color css

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

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

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

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

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

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