#2F4658

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

Shades of Arapawa #2F4658

Tints of Arapawa #2F4658

Color information

#2F4658 (or 0x2F4658) is unknown color: approx Arapawa. HEX triplet: 2F, 46 and 58. RGB value is (47,70,88). Sum of RGB (Red+Green+Blue) = 47+70+88=205 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.93% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #2F4658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4658 is #D0B9A7. Grayscale: #414141. Windows color (decimal): -13679016 or 5785135. OLE color: 5785135.

HSL color Cylindrical-coordinate representation of color #2F4658: hue angle of 206.34º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F4658 is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB477088-
CMYK0.470.2000.65
HSL206.34º30.37%26.47%-
HSV(B)206.34º46.59%34.51%-
XYZ5.125.6910.06-
YUV65.18140.88115.04-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.93%
GREEN value IS 70 (27.73% from 255) = 34.15%
BLUE value IS 88 (34.77% from 255) = 42.93%
R=22.93%
G=34.15%
B=42.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4770880.470.2000.65206.3430.3726.47
Hex2F46582F14041ce1e1a
Octal57106130572401013163632
Binary101111100011010110001011111010001000001110011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,70,88); }

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

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

 a { background-color: rgb(47,70,88); }

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

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

 span { border-color: rgb(47,70,88); }

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