Html Css Color HEX #2F495A Arapawa

📋 copy color: '#2F495A'

red 47 ◦ green 73 ◦ blue 90

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

Shades of Arapawa #2F495A

Tints of Arapawa #2F495A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.76%

 BLUE value IS 90 (35.55% from 255) = 42.86%

R = 22.38%
G = 34.76%
B = 42.86%

CMYK

 C value IS 0.48

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2F495A (or 0x2F495A) is known color: Arapawa. HEX triplet: 2F, 49 and 5A. RGB value is (47,73,90). Sum of RGB (Red+Green+Blue) = 47+73+90=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #2F495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F495A is #D0B6A5. Grayscale: #434343. Windows color (decimal): -13678246 or 5916975. OLE color: 5916975.

HSL color Cylindrical-coordinate representation of color #2F495A: hue angle of 203.72º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F495A is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 73 90 -
CMYK 0.48 0.19 0 0.65
HSL 203.72º 0.31% 0.27% -
HSV(B) 203.72º 0.48% 0.35% -
XYZ 5.4 6.11 10.57 -
YUV 67.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 47 73 90 0.48 0.19 0 0.65 203.72 0.31 0.27
Hex 2F 49 5A 30 13 0 41 CC 1F 1B
Octal 57 111 132 60 23 0 101 314 37 33
Binary 101111 1001001 1011010 110000 10011 0 1000001 11001100 11111 11011

Color Harmonies of #2F495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F495A

Black with #2F495A

Text Example


Text Example

White with #2F495A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,73,90); }

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

background-color css

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

 a { background-color: rgb(47,73,90); }

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

border-color css

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

 span { border-color: rgb(47,73,90); }

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