Html Css Color HEX #2B3757 Biscay

📋 copy color: '#2B3757'

red 43 ◦ green 55 ◦ blue 87

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

Shades of Biscay #2B3757

Tints of Biscay #2B3757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 47.03%

R = 23.24%
G = 29.73%
B = 47.03%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#2B3757 (or 0x2B3757) is known color: Biscay. HEX triplet: 2B, 37 and 57. RGB value is (43,55,87). Sum of RGB (Red+Green+Blue) = 43+55+87=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #2B3757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3757 is #D4C8A8. Grayscale: #363636. Windows color (decimal): -13945001 or 5715755. OLE color: 5715755.

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

Color convert

RGB 43 55 87 -
CMYK 0.51 0.37 0 0.66
HSL 223.64º 0.34% 0.25% -
HSV(B) 223.64º 0.51% 0.34% -
XYZ 4.08 3.93 9.56 -
YUV 55.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 43 55 87 0.51 0.37 0 0.66 223.64 0.34 0.25
Hex 2B 37 57 33 25 0 42 E0 22 19
Octal 53 67 127 63 45 0 102 340 42 31
Binary 101011 110111 1010111 110011 100101 0 1000010 11100000 100010 11001

Color Harmonies of #2B3757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3757

Black with #2B3757

Text Example


Text Example

White with #2B3757

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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