#2B3753

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

Shades of Biscay #2B3753

Tints of Biscay #2B3753

Color information

#2B3753 (or 0x2B3753) is unknown color: approx Biscay. HEX triplet: 2B, 37 and 53. RGB value is (43,55,83). Sum of RGB (Red+Green+Blue) = 43+55+83=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #2B3753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3753 is #D4C8AC. Grayscale: #363636. Windows color (decimal): -13945005 or 5453611. OLE color: 5453611.

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

Color convert

RGB435583-
CMYK0.480.3400.67
HSL222º31.75%24.71%-
HSV(B)222º48.19%32.55%-
XYZ3.923.878.72-
YUV54.6144.02119.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.76%
GREEN value IS 55 (21.88% from 255) = 30.39%
BLUE value IS 83 (32.81% from 255) = 45.86%
R=23.76%
G=30.39%
B=45.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4355830.480.3400.6722231.7524.71
Hex2B37533022043de2019
Octal5367123604201033364031
Binary1010111101111010011110000100010010000111101111010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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