#2B5162

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

Shades of Arapawa #2B5162

Tints of Arapawa #2B5162

Color information

#2B5162 (or 0x2B5162) is unknown color: approx Arapawa. HEX triplet: 2B, 51 and 62. RGB value is (43,81,98). Sum of RGB (Red+Green+Blue) = 43+81+98=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 98 - color contains mainly: blue. Hex color #2B5162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5162 is #D4AE9D. Grayscale: #474747. Windows color (decimal): -13938334 or 6443307. OLE color: 6443307.

HSL color Cylindrical-coordinate representation of color #2B5162: hue angle of 198.55º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B5162 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB438198-
CMYK0.560.1700.62
HSL198.55º39.01%27.65%-
HSV(B)198.55º56.12%38.43%-
XYZ6.147.2812.64-
YUV71.58142.91107.62-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.37%
GREEN value IS 81 (32.03% from 255) = 36.49%
BLUE value IS 98 (38.67% from 255) = 44.14%
R=19.37%
G=36.49%
B=44.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4381980.560.1700.62198.5539.0127.65
Hex2B5162381103Ec7271c
Octal5312114270210763074734
Binary101011101000111000101110001000101111101100011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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