#2B455D

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

Shades of Arapawa #2B455D

Tints of Arapawa #2B455D

Color information

#2B455D (or 0x2B455D) is unknown color: approx Arapawa. HEX triplet: 2B, 45 and 5D. RGB value is (43,69,93). Sum of RGB (Red+Green+Blue) = 43+69+93=205 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.98% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #2B455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B455D is #D4BAA2. Grayscale: #3F3F3F. Windows color (decimal): -13941411 or 6112555. OLE color: 6112555.

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

Color convert

RGB436993-
CMYK0.540.2600.64
HSL208.8º36.76%26.67%-
HSV(B)208.8º53.76%36.47%-
XYZ5.15.5611.16-
YUV63.96144.39113.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.98%
GREEN value IS 69 (27.34% from 255) = 33.66%
BLUE value IS 93 (36.72% from 255) = 45.37%
R=20.98%
G=33.66%
B=45.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4369930.540.2600.64208.836.7626.67
Hex2B455D361A040d1251b
Octal53105135663201003214533
Binary1010111000101101110111011011010010000001101000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,69,93); }

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

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

 a { background-color: rgb(43,69,93); }

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

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

 span { border-color: rgb(43,69,93); }

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