#2F4C5F

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

Shades of Arapawa #2F4C5F

Tints of Arapawa #2F4C5F

Color information

#2F4C5F (or 0x2F4C5F) is unknown color: approx Arapawa. HEX triplet: 2F, 4C and 5F. RGB value is (47,76,95). Sum of RGB (Red+Green+Blue) = 47+76+95=218 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.56% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 95 - color contains mainly: blue. Hex color #2F4C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4C5F is #D0B3A0. Grayscale: #454545. Windows color (decimal): -13677473 or 6245423. OLE color: 6245423.

HSL color Cylindrical-coordinate representation of color #2F4C5F: hue angle of 203.75º 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 #2F4C5F is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB477695-
CMYK0.510.2000.63
HSL203.75º33.8%27.84%-
HSV(B)203.75º50.53%37.25%-
XYZ5.826.611.79-
YUV69.49142.39111.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.56%
GREEN value IS 76 (30.08% from 255) = 34.86%
BLUE value IS 95 (37.5% from 255) = 43.58%
R=21.56%
G=34.86%
B=43.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4776950.510.2000.63203.7533.827.84
Hex2F4C5F331403Fcc221c
Octal5711413763240773144234
Binary101111100110010111111100111010001111111100110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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