#2F535F

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

Shades of Arapawa #2F535F

Tints of Arapawa #2F535F

Color information

#2F535F (or 0x2F535F) is unknown color: approx Arapawa. HEX triplet: 2F, 53 and 5F. RGB value is (47,83,95). Sum of RGB (Red+Green+Blue) = 47+83+95=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 95 - color contains mainly: blue. Hex color #2F535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F535F is #D0ACA0. Grayscale: #494949. Windows color (decimal): -13675681 or 6247215. OLE color: 6247215.

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

Color convert

RGB478395-
CMYK0.510.1300.63
HSL195º33.8%27.84%-
HSV(B)195º50.53%37.25%-
XYZ6.337.6211.96-
YUV73.6140.07109.02-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.89%
GREEN value IS 83 (32.81% from 255) = 36.89%
BLUE value IS 95 (37.5% from 255) = 42.22%
R=20.89%
G=36.89%
B=42.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4783950.510.1300.6319533.827.84
Hex2F535F33D03Fc3221c
Octal5712313763150773034234
Binary10111110100111011111110011110101111111100001110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,83,95); }

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

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

 a { background-color: rgb(47,83,95); }

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

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

 span { border-color: rgb(47,83,95); }

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