#2B3755

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

Shades of Biscay #2B3755

Tints of Biscay #2B3755

Color information

#2B3755 (or 0x2B3755) is unknown color: approx Biscay. HEX triplet: 2B, 37 and 55. RGB value is (43,55,85). Sum of RGB (Red+Green+Blue) = 43+55+85=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #2B3755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3755 is #D4C8AA. Grayscale: #363636. Windows color (decimal): -13945003 or 5584683. OLE color: 5584683.

HSL color Cylindrical-coordinate representation of color #2B3755: hue angle of 222.86º 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 #2B3755 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB435585-
CMYK0.490.3500.67
HSL222.86º32.81%25.1%-
HSV(B)222.86º49.41%33.33%-
XYZ43.99.14-
YUV54.83145.02119.56-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.50%
GREEN value IS 55 (21.88% from 255) = 30.05%
BLUE value IS 85 (33.59% from 255) = 46.45%
R=23.50%
G=30.05%
B=46.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4355850.490.3500.67222.8632.8125.1
Hex2B37553123043df2119
Octal5367125614301033374131
Binary1010111101111010101110001100011010000111101111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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