#2F5163

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

Shades of Arapawa #2F5163

Tints of Arapawa #2F5163

Color information

#2F5163 (or 0x2F5163) is unknown color: approx Arapawa. HEX triplet: 2F, 51 and 63. RGB value is (47,81,99). Sum of RGB (Red+Green+Blue) = 47+81+99=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #2F5163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5163 is #D0AE9C. Grayscale: #484848. Windows color (decimal): -13676189 or 6508847. OLE color: 6508847.

HSL color Cylindrical-coordinate representation of color #2F5163: hue angle of 200.77º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F5163 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB478199-
CMYK0.530.1800.61
HSL200.77º35.62%28.63%-
HSV(B)200.77º52.53%38.82%-
XYZ6.377.3912.9-
YUV72.89142.74109.54-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.70%
GREEN value IS 81 (32.03% from 255) = 35.68%
BLUE value IS 99 (39.06% from 255) = 43.61%
R=20.70%
G=35.68%
B=43.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4781990.530.1800.61200.7735.6228.63
Hex2F5163351203Dc9241d
Octal5712114365220753114435
Binary101111101000111000111101011001001111011100100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F5163; }

 p { color: rgb(47,81,99); }

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

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

 a { background-color: rgb(47,81,99); }

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

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

 span { border-color: rgb(47,81,99); }

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