Html Css Color HEX #2F5463 Arapawa

📋 copy color: '#2F5463'

red 47 ◦ green 84 ◦ blue 99

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

Shades of Arapawa #2F5463

Tints of Arapawa #2F5463

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.52%

 BLUE value IS 99 (39.06% from 255) = 43.04%

R = 20.43%
G = 36.52%
B = 43.04%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2F5463 (or 0x2F5463) is known color: Arapawa. HEX triplet: 2F, 54 and 63. RGB value is (47,84,99). Sum of RGB (Red+Green+Blue) = 47+84+99=230 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.43% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #2F5463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5463 is #D0AB9C. Grayscale: #4A4A4A. Windows color (decimal): -13675421 or 6509615. OLE color: 6509615.

HSL color Cylindrical-coordinate representation of color #2F5463: hue angle of 197.31º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F5463 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 47 84 99 -
CMYK 0.53 0.15 0 0.61
HSL 197.31º 0.36% 0.29% -
HSV(B) 197.31º 0.53% 0.39% -
XYZ 6.59 7.85 12.97 -
YUV 74.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 47 84 99 0.53 0.15 0 0.61 197.31 0.36 0.29
Hex 2F 54 63 35 F 0 3D C5 24 1D
Octal 57 124 143 65 17 0 75 305 44 35
Binary 101111 1010100 1100011 110101 1111 0 111101 11000101 100100 11101

Color Harmonies of #2F5463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5463

Black with #2F5463

Text Example


Text Example

White with #2F5463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,84,99); }

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

background-color css

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

 a { background-color: rgb(47,84,99); }

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

border-color css

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

 span { border-color: rgb(47,84,99); }

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