Html Css Color HEX #2B475E Arapawa

📋 copy color: '#2B475E'

red 43 ◦ green 71 ◦ blue 94

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

Shades of Arapawa #2B475E

Tints of Arapawa #2B475E

RGB

 RED value IS 43 (17.19% from 255) = 20.67%

 GREEN value IS 71 (28.13% from 255) = 34.13%

 BLUE value IS 94 (37.11% from 255) = 45.19%

R = 20.67%
G = 34.13%
B = 45.19%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2B475E (or 0x2B475E) is known color: Arapawa. HEX triplet: 2B, 47 and 5E. RGB value is (43,71,94). Sum of RGB (Red+Green+Blue) = 43+71+94=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 94 - color contains mainly: blue. Hex color #2B475E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B475E is #D4B8A1. Grayscale: #414141. Windows color (decimal): -13940898 or 6178603. OLE color: 6178603.

HSL color Cylindrical-coordinate representation of color #2B475E: hue angle of 207.06º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B475E is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 43 71 94 -
CMYK 0.54 0.24 0 0.63
HSL 207.06º 0.37% 0.27% -
HSV(B) 207.06º 0.54% 0.37% -
XYZ 5.27 5.83 11.44 -
YUV 65.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 43 71 94 0.54 0.24 0 0.63 207.06 0.37 0.27
Hex 2B 47 5E 36 18 0 3F CF 25 1B
Octal 53 107 136 66 30 0 77 317 45 33
Binary 101011 1000111 1011110 110110 11000 0 111111 11001111 100101 11011

Color Harmonies of #2B475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B475E

Black with #2B475E

Text Example


Text Example

White with #2B475E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,71,94); }

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

background-color css

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

 a { background-color: rgb(43,71,94); }

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

border-color css

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

 span { border-color: rgb(43,71,94); }

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