#2B3754

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

Shades of Biscay #2B3754

Tints of Biscay #2B3754

Color information

#2B3754 (or 0x2B3754) is unknown color: approx Biscay. HEX triplet: 2B, 37 and 54. RGB value is (43,55,84). Sum of RGB (Red+Green+Blue) = 43+55+84=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #2B3754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3754 is #D4C8AB. Grayscale: #363636. Windows color (decimal): -13945004 or 5519147. OLE color: 5519147.

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

Color convert

RGB435584-
CMYK0.490.3500.67
HSL222.44º32.28%24.9%-
HSV(B)222.44º48.81%32.94%-
XYZ3.963.898.93-
YUV54.72144.52119.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.63%
GREEN value IS 55 (21.88% from 255) = 30.22%
BLUE value IS 84 (33.20% from 255) = 46.15%
R=23.63%
G=30.22%
B=46.15%

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
Decimal4355840.490.3500.67222.4432.2824.9
Hex2B37543123043de2019
Octal5367124614301033364031
Binary1010111101111010100110001100011010000111101111010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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