#2F5066

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

Shades of Arapawa #2F5066

Tints of Arapawa #2F5066

Color information

#2F5066 (or 0x2F5066) is unknown color: approx Arapawa. HEX triplet: 2F, 50 and 66. RGB value is (47,80,102). Sum of RGB (Red+Green+Blue) = 47+80+102=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 102 (40.23% from 255 or 44.54% from 229); Max value from RGB is 102 - color contains mainly: blue. Hex color #2F5066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5066 is #D0AF99. Grayscale: #484848. Windows color (decimal): -13676442 or 6705199. OLE color: 6705199.

HSL color Cylindrical-coordinate representation of color #2F5066: hue angle of 204º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F5066 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4780102-
CMYK0.540.2200.6
HSL204º36.91%29.22%-
HSV(B)204º53.92%40%-
XYZ6.447.313.64-
YUV72.64144.57109.71-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.52%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 102 (40.23% from 255) = 44.54%
R=20.52%
G=34.93%
B=44.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal47801020.540.2200.620436.9129.22
Hex2F5066361603Ccc251d
Octal5712014666260743144535
Binary101111101000011001101101101011001111001100110010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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