#2F4A57

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

Shades of Arapawa #2F4A57

Tints of Arapawa #2F4A57

Color information

#2F4A57 (or 0x2F4A57) is unknown color: approx Arapawa. HEX triplet: 2F, 4A and 57. RGB value is (47,74,87). Sum of RGB (Red+Green+Blue) = 47+74+87=208 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.60% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 87 - color contains mainly: blue. Hex color #2F4A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4A57 is #D0B5A8. Grayscale: #434343. Windows color (decimal): -13677993 or 5720623. OLE color: 5720623.

HSL color Cylindrical-coordinate representation of color #2F4A57: hue angle of 199.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2F4A57 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB477487-
CMYK0.460.1500.66
HSL199.5º29.85%26.27%-
HSV(B)199.5º45.98%34.12%-
XYZ5.346.199.93-
YUV67.41139.05113.44-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.60%
GREEN value IS 74 (29.30% from 255) = 35.58%
BLUE value IS 87 (34.38% from 255) = 41.83%
R=22.60%
G=35.58%
B=41.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4774870.460.1500.66199.529.8526.27
Hex2F4A572EF042c81e1a
Octal57112127561701023103632
Binary10111110010101010111101110111101000010110010001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,74,87); }

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

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

 a { background-color: rgb(47,74,87); }

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

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

 span { border-color: rgb(47,74,87); }

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