#2F5063

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

Shades of Arapawa #2F5063

Tints of Arapawa #2F5063

Color information

#2F5063 (or 0x2F5063) is unknown color: approx Arapawa. HEX triplet: 2F, 50 and 63. RGB value is (47,80,99). Sum of RGB (Red+Green+Blue) = 47+80+99=226 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.80% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #2F5063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5063 is #D0AF9C. Grayscale: #484848. Windows color (decimal): -13676445 or 6508591. OLE color: 6508591.

HSL color Cylindrical-coordinate representation of color #2F5063: hue angle of 201.92º 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 #2F5063 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB478099-
CMYK0.530.1900.61
HSL201.92º35.62%28.63%-
HSV(B)201.92º52.53%38.82%-
XYZ6.297.2412.87-
YUV72.3143.07109.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.80%
GREEN value IS 80 (31.64% from 255) = 35.40%
BLUE value IS 99 (39.06% from 255) = 43.81%
R=20.80%
G=35.40%
B=43.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4780990.530.1900.61201.9235.6228.63
Hex2F5063351303Dca241d
Octal5712014365230753124435
Binary101111101000011000111101011001101111011100101010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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