#2F505B

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

Shades of Arapawa #2F505B

Tints of Arapawa #2F505B

Color information

#2F505B (or 0x2F505B) is unknown color: approx Arapawa. HEX triplet: 2F, 50 and 5B. RGB value is (47,80,91). Sum of RGB (Red+Green+Blue) = 47+80+91=218 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.56% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #2F505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F505B is #D0AFA4. Grayscale: #474747. Windows color (decimal): -13676453 or 5984303. OLE color: 5984303.

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

Color convert

RGB478091-
CMYK0.480.1200.64
HSL195º31.88%27.06%-
HSV(B)195º48.35%35.69%-
XYZ5.937.110.95-
YUV71.39139.07110.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.56%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 91 (35.94% from 255) = 41.74%
R=21.56%
G=36.70%
B=41.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4780910.480.1200.6419531.8827.06
Hex2F505B30C040c3201b
Octal57120133601401003034033
Binary101111101000010110111100001100010000001100001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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