Html Css Color HEX #2B3756 Biscay

📋 copy color: '#2B3756'

red 43 ◦ green 55 ◦ blue 86

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

Shades of Biscay #2B3756

Tints of Biscay #2B3756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 46.74%

R = 23.37%
G = 29.89%
B = 46.74%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#2B3756 (or 0x2B3756) is known color: Biscay. HEX triplet: 2B, 37 and 56. RGB value is (43,55,86). Sum of RGB (Red+Green+Blue) = 43+55+86=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 86 - color contains mainly: blue. Hex color #2B3756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3756 is #D4C8A9. Grayscale: #363636. Windows color (decimal): -13945002 or 5650219. OLE color: 5650219.

HSL color Cylindrical-coordinate representation of color #2B3756: hue angle of 223.26º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B3756 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 43 55 86 -
CMYK 0.50 0.36 0 0.66
HSL 223.26º 0.33% 0.25% -
HSV(B) 223.26º 0.5% 0.34% -
XYZ 4.04 3.92 9.35 -
YUV 54.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 43 55 86 0.50 0.36 0 0.66 223.26 0.33 0.25
Hex 2B 37 56 32 24 0 42 DF 21 19
Octal 53 67 126 62 44 0 102 337 41 31
Binary 101011 110111 1010110 110010 100100 0 1000010 11011111 100001 11001

Color Harmonies of #2B3756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3756

Black with #2B3756

Text Example


Text Example

White with #2B3756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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