#2B5167

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

Shades of Arapawa #2B5167

Tints of Arapawa #2B5167

Color information

#2B5167 (or 0x2B5167) is unknown color: approx Arapawa. HEX triplet: 2B, 51 and 67. RGB value is (43,81,103). Sum of RGB (Red+Green+Blue) = 43+81+103=227 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.94% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 103 - color contains mainly: blue. Hex color #2B5167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5167 is #D4AE98. Grayscale: #484848. Windows color (decimal): -13938329 or 6770987. OLE color: 6770987.

HSL color Cylindrical-coordinate representation of color #2B5167: hue angle of 202º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B5167 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4381103-
CMYK0.580.2100.60
HSL202º41.1%28.63%-
HSV(B)202º58.25%40.39%-
XYZ6.397.3813.92-
YUV72.15145.41107.21-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.94%
GREEN value IS 81 (32.03% from 255) = 35.68%
BLUE value IS 103 (40.62% from 255) = 45.37%
R=18.94%
G=35.68%
B=45.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal43811030.580.2100.6020241.128.63
Hex2B51673A1503Cca291d
Octal5312114772250743125135
Binary101011101000111001111110101010101111001100101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,81,103); }

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

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

 a { background-color: rgb(43,81,103); }

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

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

 span { border-color: rgb(43,81,103); }

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