#2B5761

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

Shades of Arapawa #2B5761

Tints of Arapawa #2B5761

Color information

#2B5761 (or 0x2B5761) is unknown color: approx Arapawa. HEX triplet: 2B, 57 and 61. RGB value is (43,87,97). Sum of RGB (Red+Green+Blue) = 43+87+97=227 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.94% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #2B5761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5761 is #D4A89E. Grayscale: #4A4A4A. Windows color (decimal): -13936799 or 6379307. OLE color: 6379307.

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

Color convert

RGB438797-
CMYK0.560.1000.62
HSL191.11º38.57%27.45%-
HSV(B)191.11º55.67%38.04%-
XYZ6.568.1912.54-
YUV74.98140.42105.19-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.94%
GREEN value IS 87 (34.38% from 255) = 38.33%
BLUE value IS 97 (38.28% from 255) = 42.73%
R=18.94%
G=38.33%
B=42.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4387970.560.1000.62191.1138.5727.45
Hex2B576138A03Ebf271b
Octal5312714170120762774733
Binary10101110101111100001111000101001111101011111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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