#2B4E60

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

Shades of Arapawa #2B4E60

Tints of Arapawa #2B4E60

Color information

#2B4E60 (or 0x2B4E60) is unknown color: approx Arapawa. HEX triplet: 2B, 4E and 60. RGB value is (43,78,96). Sum of RGB (Red+Green+Blue) = 43+78+96=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B4E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B4E60 is #D4B19F. Grayscale: #454545. Windows color (decimal): -13939104 or 6311467. OLE color: 6311467.

HSL color Cylindrical-coordinate representation of color #2B4E60: hue angle of 200.38º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B4E60 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB437896-
CMYK0.550.1900.62
HSL200.38º38.13%27.25%-
HSV(B)200.38º55.21%37.65%-
XYZ5.836.8112.07-
YUV69.59142.9109.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.82%
GREEN value IS 78 (30.86% from 255) = 35.94%
BLUE value IS 96 (37.89% from 255) = 44.24%
R=19.82%
G=35.94%
B=44.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4378960.550.1900.62200.3838.1327.25
Hex2B4E60371303Ec8261b
Octal5311614067230763104633
Binary101011100111011000001101111001101111101100100010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,78,96); }

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

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

 a { background-color: rgb(43,78,96); }

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

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

 span { border-color: rgb(43,78,96); }

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