#2B5361

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

Shades of Arapawa #2B5361

Tints of Arapawa #2B5361

Color information

#2B5361 (or 0x2B5361) is unknown color: approx Arapawa. HEX triplet: 2B, 53 and 61. RGB value is (43,83,97). Sum of RGB (Red+Green+Blue) = 43+83+97=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #2B5361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5361 is #D4AC9E. Grayscale: #484848. Windows color (decimal): -13937823 or 6378283. OLE color: 6378283.

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

Color convert

RGB438397-
CMYK0.560.1400.62
HSL195.56º38.57%27.45%-
HSV(B)195.56º55.67%38.04%-
XYZ6.257.5612.44-
YUV72.64141.75106.86-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.28%
GREEN value IS 83 (32.81% from 255) = 37.22%
BLUE value IS 97 (38.28% from 255) = 43.50%
R=19.28%
G=37.22%
B=43.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4383970.560.1400.62195.5638.5727.45
Hex2B536138E03Ec4271b
Octal5312314170160763044733
Binary10101110100111100001111000111001111101100010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,83,97); }

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

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

 a { background-color: rgb(43,83,97); }

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

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

 span { border-color: rgb(43,83,97); }

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