Html Css Color HEX #2F515F Arapawa

📋 copy color: '#2F515F'

red 47 ◦ green 81 ◦ blue 95

#2F515F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arapawa #2F515F

Tints of Arapawa #2F515F

RGB

 RED value IS 47 (18.75% from 255) = 21.08%

 GREEN value IS 81 (32.03% from 255) = 36.32%

 BLUE value IS 95 (37.5% from 255) = 42.6%

R = 21.08%
G = 36.32%
B = 42.6%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2F515F (or 0x2F515F) is known color: Arapawa. HEX triplet: 2F, 51 and 5F. RGB value is (47,81,95). Sum of RGB (Red+Green+Blue) = 47+81+95=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 95 - color contains mainly: blue. Hex color #2F515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F515F is #D0AEA0. Grayscale: #484848. Windows color (decimal): -13676193 or 6246703. OLE color: 6246703.

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

Color convert

RGB 47 81 95 -
CMYK 0.51 0.15 0 0.63
HSL 197.5º 0.34% 0.28% -
HSV(B) 197.5º 0.51% 0.37% -
XYZ 6.18 7.32 11.91 -
YUV 72.43 140.74 109.86 -
System Red Green Blue C M Y K H S L
Decimal 47 81 95 0.51 0.15 0 0.63 197.5 0.34 0.28
Hex 2F 51 5F 33 F 0 3F C6 22 1C
Octal 57 121 137 63 17 0 77 306 42 34
Binary 101111 1010001 1011111 110011 1111 0 111111 11000110 100010 11100

Color Harmonies of #2F515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F515F

Black with #2F515F

Text Example


Text Example

White with #2F515F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F515F;
 }
 .AnyTagClassName
 {
   color: #2F515F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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