#2F5260

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

Shades of Arapawa #2F5260

Tints of Arapawa #2F5260

Color information

#2F5260 (or 0x2F5260) is unknown color: approx Arapawa. HEX triplet: 2F, 52 and 60. RGB value is (47,82,96). Sum of RGB (Red+Green+Blue) = 47+82+96=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #2F5260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5260 is #D0AD9F. Grayscale: #494949. Windows color (decimal): -13675936 or 6312495. OLE color: 6312495.

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

Color convert

RGB478296-
CMYK0.510.1500.62
HSL197.14º34.27%28.04%-
HSV(B)197.14º51.04%37.65%-
XYZ6.37.4812.18-
YUV73.13140.9109.36-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.89%
GREEN value IS 82 (32.42% from 255) = 36.44%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=20.89%
G=36.44%
B=42.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4782960.510.1500.62197.1434.2728.04
Hex2F526033F03Ec5221c
Octal5712214063170763054234
Binary10111110100101100000110011111101111101100010110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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