Html Css Color HEX #2F535F Arapawa

📋 copy color: '#2F535F'

red 47 ◦ green 83 ◦ blue 95

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

Shades of Arapawa #2F535F

Tints of Arapawa #2F535F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.89%

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

R = 20.89%
G = 36.89%
B = 42.22%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2F535F (or 0x2F535F) is known color: Arapawa. HEX triplet: 2F, 53 and 5F. RGB value is (47,83,95). Sum of RGB (Red+Green+Blue) = 47+83+95=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 95 - color contains mainly: blue. Hex color #2F535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F535F is #D0ACA0. Grayscale: #494949. Windows color (decimal): -13675681 or 6247215. OLE color: 6247215.

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

Color convert

RGB 47 83 95 -
CMYK 0.51 0.13 0 0.63
HSL 195º 0.34% 0.28% -
HSV(B) 195º 0.51% 0.37% -
XYZ 6.33 7.62 11.96 -
YUV 73.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 47 83 95 0.51 0.13 0 0.63 195 0.34 0.28
Hex 2F 53 5F 33 D 0 3F C3 22 1C
Octal 57 123 137 63 15 0 77 303 42 34
Binary 101111 1010011 1011111 110011 1101 0 111111 11000011 100010 11100

Color Harmonies of #2F535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F535F

Black with #2F535F

Text Example


Text Example

White with #2F535F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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