Html Css Color HEX #2B475D Arapawa

📋 copy color: '#2B475D'

red 43 ◦ green 71 ◦ blue 93

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

Shades of Arapawa #2B475D

Tints of Arapawa #2B475D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 44.93%

R = 20.77%
G = 34.3%
B = 44.93%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2B475D (or 0x2B475D) is known color: Arapawa. HEX triplet: 2B, 47 and 5D. RGB value is (43,71,93). Sum of RGB (Red+Green+Blue) = 43+71+93=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #2B475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B475D is #D4B8A2. Grayscale: #414141. Windows color (decimal): -13940899 or 6113067. OLE color: 6113067.

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

Color convert

RGB 43 71 93 -
CMYK 0.54 0.24 0 0.64
HSL 206.4º 0.37% 0.27% -
HSV(B) 206.4º 0.54% 0.36% -
XYZ 5.23 5.81 11.2 -
YUV 65.14 143.72 112.21 -
System Red Green Blue C M Y K H S L
Decimal 43 71 93 0.54 0.24 0 0.64 206.4 0.37 0.27
Hex 2B 47 5D 36 18 0 40 CE 25 1B
Octal 53 107 135 66 30 0 100 316 45 33
Binary 101011 1000111 1011101 110110 11000 0 1000000 11001110 100101 11011

Color Harmonies of #2B475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B475D

Black with #2B475D

Text Example


Text Example

White with #2B475D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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