#2B5661

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

Shades of Arapawa #2B5661

Tints of Arapawa #2B5661

Color information

#2B5661 (or 0x2B5661) is unknown color: approx Arapawa. HEX triplet: 2B, 56 and 61. RGB value is (43,86,97). Sum of RGB (Red+Green+Blue) = 43+86+97=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #2B5661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5661 is #D4A99E. Grayscale: #4A4A4A. Windows color (decimal): -13937055 or 6379051. OLE color: 6379051.

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

Color convert

RGB438697-
CMYK0.560.1100.62
HSL192.22º38.57%27.45%-
HSV(B)192.22º55.67%38.04%-
XYZ6.488.0312.52-
YUV74.4140.75105.61-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.03%
GREEN value IS 86 (33.98% from 255) = 38.05%
BLUE value IS 97 (38.28% from 255) = 42.92%
R=19.03%
G=38.05%
B=42.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4386970.560.1100.62192.2238.5727.45
Hex2B566138B03Ec0271b
Octal5312614170130763004733
Binary10101110101101100001111000101101111101100000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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