#2B465F

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

Shades of Arapawa #2B465F

Tints of Arapawa #2B465F

Color information

#2B465F (or 0x2B465F) is unknown color: approx Arapawa. HEX triplet: 2B, 46 and 5F. RGB value is (43,70,95). Sum of RGB (Red+Green+Blue) = 43+70+95=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 95 - color contains mainly: blue. Hex color #2B465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B465F is #D4B9A0. Grayscale: #404040. Windows color (decimal): -13941153 or 6243883. OLE color: 6243883.

HSL color Cylindrical-coordinate representation of color #2B465F: hue angle of 208.85º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B465F is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB437095-
CMYK0.550.2600.63
HSL208.85º37.68%27.06%-
HSV(B)208.85º54.74%37.25%-
XYZ5.255.7211.65-
YUV64.78145.05112.47-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.67%
GREEN value IS 70 (27.73% from 255) = 33.65%
BLUE value IS 95 (37.5% from 255) = 45.67%
R=20.67%
G=33.65%
B=45.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4370950.550.2600.63208.8537.6827.06
Hex2B465F371A03Fd1261b
Octal5310613767320773214633
Binary101011100011010111111101111101001111111101000110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B465F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,70,95); }

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

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

 a { background-color: rgb(43,70,95); }

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

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

 span { border-color: rgb(43,70,95); }

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