Html Css Color HEX #2B3751 Biscay

📋 copy color: '#2B3751'

red 43 ◦ green 55 ◦ blue 81

#2B3751
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biscay #2B3751

Tints of Biscay #2B3751

RGB

 RED value IS 43 (17.19% from 255) = 24.02%

 GREEN value IS 55 (21.88% from 255) = 30.73%

 BLUE value IS 81 (32.03% from 255) = 45.25%

R = 24.02%
G = 30.73%
B = 45.25%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#2B3751 (or 0x2B3751) is known color: Biscay. HEX triplet: 2B, 37 and 51. RGB value is (43,55,81). Sum of RGB (Red+Green+Blue) = 43+55+81=179 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.02% from 179); Green value is 55 (21.88% from 255 or 30.73% from 179); Blue value is 81 (32.03% from 255 or 45.25% from 179); Max value from RGB is 81 - color contains mainly: blue. Hex color #2B3751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3751 is #D4C8AE. Grayscale: #363636. Windows color (decimal): -13945007 or 5322539. OLE color: 5322539.

HSL color Cylindrical-coordinate representation of color #2B3751: hue angle of 221.05º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2B3751 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 43 55 81 -
CMYK 0.47 0.32 0 0.68
HSL 221.05º 0.31% 0.24% -
HSV(B) 221.05º 0.47% 0.32% -
XYZ 3.85 3.84 8.32 -
YUV 54.38 143.02 119.89 -
System Red Green Blue C M Y K H S L
Decimal 43 55 81 0.47 0.32 0 0.68 221.05 0.31 0.24
Hex 2B 37 51 2F 20 0 44 DD 1F 18
Octal 53 67 121 57 40 0 104 335 37 30
Binary 101011 110111 1010001 101111 100000 0 1000100 11011101 11111 11000

Color Harmonies of #2B3751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3751

Black with #2B3751

Text Example


Text Example

White with #2B3751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B3751;
 }
 .AnyTagClassName
 {
   color: #2B3751;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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