#2B3759

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

Shades of Biscay #2B3759

Tints of Biscay #2B3759

Color information

#2B3759 (or 0x2B3759) is unknown color: approx Biscay. HEX triplet: 2B, 37 and 59. RGB value is (43,55,89). Sum of RGB (Red+Green+Blue) = 43+55+89=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B3759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3759 is #D4C8A6. Grayscale: #373737. Windows color (decimal): -13944999 or 5846827. OLE color: 5846827.

HSL color Cylindrical-coordinate representation of color #2B3759: hue angle of 224.35º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B3759 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB435589-
CMYK0.520.3800.65
HSL224.35º34.85%25.88%-
HSV(B)224.35º51.69%34.9%-
XYZ4.173.9710-
YUV55.29147.02119.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.99%
GREEN value IS 55 (21.88% from 255) = 29.41%
BLUE value IS 89 (35.16% from 255) = 47.59%
R=22.99%
G=29.41%
B=47.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4355890.520.3800.65224.3534.8525.88
Hex2B37593426041e0231a
Octal5367131644601013404332
Binary1010111101111011001110100100110010000011110000010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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