#2B5064

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

Shades of Arapawa #2B5064

Tints of Arapawa #2B5064

Color information

#2B5064 (or 0x2B5064) is unknown color: approx Arapawa. HEX triplet: 2B, 50 and 64. RGB value is (43,80,100). Sum of RGB (Red+Green+Blue) = 43+80+100=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 100 - color contains mainly: blue. Hex color #2B5064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5064 is #D4AF9B. Grayscale: #474747. Windows color (decimal): -13938588 or 6574123. OLE color: 6574123.

HSL color Cylindrical-coordinate representation of color #2B5064: hue angle of 201.05º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B5064 is Cyan = 0.57, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB4380100-
CMYK0.570.200.61
HSL201.05º39.86%28.04%-
HSV(B)201.05º57%39.22%-
XYZ6.177.1713.12-
YUV71.22144.24107.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.28%
GREEN value IS 80 (31.64% from 255) = 35.87%
BLUE value IS 100 (39.45% from 255) = 44.84%
R=19.28%
G=35.87%
B=44.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal43801000.570.200.61201.0539.8628.04
Hex2B5064391403Dc9281c
Octal5312014471240753115034
Binary101011101000011001001110011010001111011100100110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,80,100); }

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

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

 a { background-color: rgb(43,80,100); }

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

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

 span { border-color: rgb(43,80,100); }

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