Html Css Color HEX #2F505B Arapawa

📋 copy color: '#2F505B'

red 47 ◦ green 80 ◦ blue 91

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

Shades of Arapawa #2F505B

Tints of Arapawa #2F505B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.7%

 BLUE value IS 91 (35.94% from 255) = 41.74%

R = 21.56%
G = 36.7%
B = 41.74%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2F505B (or 0x2F505B) is known color: 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

RGB 47 80 91 -
CMYK 0.48 0.12 0 0.64
HSL 195º 0.32% 0.27% -
HSV(B) 195º 0.48% 0.36% -
XYZ 5.93 7.1 10.95 -
YUV 71.39 139.07 110.61 -
System Red Green Blue C M Y K H S L
Decimal 47 80 91 0.48 0.12 0 0.64 195 0.32 0.27
Hex 2F 50 5B 30 C 0 40 C3 20 1B
Octal 57 120 133 60 14 0 100 303 40 33
Binary 101111 1010000 1011011 110000 1100 0 1000000 11000011 100000 11011

Color Harmonies of #2F505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F505B

Black with #2F505B

Text Example


Text Example

White with #2F505B

Text Example


Text Example

HTML Codes & Css Web 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>