#2F505C

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

Shades of Arapawa #2F505C

Tints of Arapawa #2F505C

Color information

#2F505C (or 0x2F505C) is unknown color: approx Arapawa. HEX triplet: 2F, 50 and 5C. RGB value is (47,80,92). Sum of RGB (Red+Green+Blue) = 47+80+92=219 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.46% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 92 - color contains mainly: blue. Hex color #2F505C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F505C is #D0AFA3. Grayscale: #474747. Windows color (decimal): -13676452 or 6049839. OLE color: 6049839.

HSL color Cylindrical-coordinate representation of color #2F505C: hue angle of 196º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F505C is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB478092-
CMYK0.490.1300.64
HSL196º32.37%27.25%-
HSV(B)196º48.91%36.08%-
XYZ5.977.1111.18-
YUV71.5139.57110.52-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.46%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 92 (36.33% from 255) = 42.01%
R=21.46%
G=36.53%
B=42.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4780920.490.1300.6419632.3727.25
Hex2F505C31D040c4201b
Octal57120134611501003044033
Binary101111101000010111001100011101010000001100010010000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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