#2B4D60

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

Shades of Arapawa #2B4D60

Tints of Arapawa #2B4D60

Color information

#2B4D60 (or 0x2B4D60) is unknown color: approx Arapawa. HEX triplet: 2B, 4D and 60. RGB value is (43,77,96). Sum of RGB (Red+Green+Blue) = 43+77+96=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B4D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B4D60 is #D4B29F. Grayscale: #444444. Windows color (decimal): -13939360 or 6311211. OLE color: 6311211.

HSL color Cylindrical-coordinate representation of color #2B4D60: hue angle of 201.51º 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 #2B4D60 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB437796-
CMYK0.550.2000.62
HSL201.51º38.13%27.25%-
HSV(B)201.51º55.21%37.65%-
XYZ5.766.6712.05-
YUV69143.24109.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.91%
GREEN value IS 77 (30.47% from 255) = 35.65%
BLUE value IS 96 (37.89% from 255) = 44.44%
R=19.91%
G=35.65%
B=44.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4377960.550.2000.62201.5138.1327.25
Hex2B4D60371403Eca261b
Octal5311514067240763124633
Binary101011100110111000001101111010001111101100101010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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