#2B4869

Color #2B4869 Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #2B4869

Tints of Arapawa #2B4869

Color information

#2B4869 (or 0x2B4869) is unknown color: approx Arapawa. HEX triplet: 2B, 48 and 69. RGB value is (43,72,105). Sum of RGB (Red+Green+Blue) = 43+72+105=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B4869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4869 is #D4B796. Grayscale: #424242. Windows color (decimal): -13940631 or 6899755. OLE color: 6899755.

HSL color Cylindrical-coordinate representation of color #2B4869: hue angle of 211.94º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B4869 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4372105-
CMYK0.590.3100.59
HSL211.94º41.89%29.02%-
HSV(B)211.94º59.05%41.18%-
XYZ5.866.1714.25-
YUV67.09149.39110.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.55%
GREEN value IS 72 (28.52% from 255) = 32.73%
BLUE value IS 105 (41.41% from 255) = 47.73%
R=19.55%
G=32.73%
B=47.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43721050.590.3100.59211.9441.8929.02
Hex2B48693B1F03Bd42a1d
Octal5311015173370733245235
Binary101011100100011010011110111111101110111101010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,72,105); }

 H1.HeaderClassName
 {
   color: #2B4869;
 }
 .AnyTagClassName
 {
   color: #2B4869;
 }
</style>
background-color css

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

 a { background-color: rgb(43,72,105); }

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

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

 span { border-color: rgb(43,72,105); }

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