#2B3855

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

Shades of Biscay #2B3855

Tints of Biscay #2B3855

Color information

#2B3855 (or 0x2B3855) is unknown color: approx Biscay. HEX triplet: 2B, 38 and 55. RGB value is (43,56,85). Sum of RGB (Red+Green+Blue) = 43+56+85=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #2B3855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3855 is #D4C7AA. Grayscale: #373737. Windows color (decimal): -13944747 or 5584939. OLE color: 5584939.

HSL color Cylindrical-coordinate representation of color #2B3855: hue angle of 221.43º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B3855 is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB435685-
CMYK0.490.3400.67
HSL221.43º32.81%25.1%-
HSV(B)221.43º49.41%33.33%-
XYZ4.0549.15-
YUV55.42144.69119.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.37%
GREEN value IS 56 (22.27% from 255) = 30.43%
BLUE value IS 85 (33.59% from 255) = 46.20%
R=23.37%
G=30.43%
B=46.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4356850.490.3400.67221.4332.8125.1
Hex2B38553122043dd2119
Octal5370125614201033354131
Binary1010111110001010101110001100010010000111101110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,56,85); }

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

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

 a { background-color: rgb(43,56,85); }

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

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

 span { border-color: rgb(43,56,85); }

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