#2B4456

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

Shades of Arapawa #2B4456

Tints of Arapawa #2B4456

Color information

#2B4456 (or 0x2B4456) is unknown color: approx Arapawa. HEX triplet: 2B, 44 and 56. RGB value is (43,68,86). Sum of RGB (Red+Green+Blue) = 43+68+86=197 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.83% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 86 - color contains mainly: blue. Hex color #2B4456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4456 is #D4BBA9. Grayscale: #3E3E3E. Windows color (decimal): -13941674 or 5653547. OLE color: 5653547.

HSL color Cylindrical-coordinate representation of color #2B4456: hue angle of 205.12º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B4456 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB436886-
CMYK0.500.2100.66
HSL205.12º33.33%25.29%-
HSV(B)205.12º50%33.73%-
XYZ4.745.329.58-
YUV62.58141.22114.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.83%
GREEN value IS 68 (26.95% from 255) = 34.52%
BLUE value IS 86 (33.98% from 255) = 43.65%
R=21.83%
G=34.52%
B=43.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4368860.500.2100.66205.1233.3325.29
Hex2B44563215042cd2119
Octal53104126622501023154131
Binary1010111000100101011011001010101010000101100110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,68,86); }

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

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

 a { background-color: rgb(43,68,86); }

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

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

 span { border-color: rgb(43,68,86); }

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