Html Css Color HEX #2B3758 Biscay

📋 copy color: '#2B3758'

red 43 ◦ green 55 ◦ blue 88

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

Shades of Biscay #2B3758

Tints of Biscay #2B3758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 47.31%

R = 23.12%
G = 29.57%
B = 47.31%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2B3758 (or 0x2B3758) is known color: Biscay. HEX triplet: 2B, 37 and 58. RGB value is (43,55,88). Sum of RGB (Red+Green+Blue) = 43+55+88=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #2B3758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3758 is #D4C8A7. Grayscale: #373737. Windows color (decimal): -13945000 or 5781291. OLE color: 5781291.

HSL color Cylindrical-coordinate representation of color #2B3758: hue angle of 224º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B3758 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 43 55 88 -
CMYK 0.51 0.38 0 0.65
HSL 224º 0.34% 0.26% -
HSV(B) 224º 0.51% 0.35% -
XYZ 4.12 3.95 9.78 -
YUV 55.17 146.52 119.32 -
System Red Green Blue C M Y K H S L
Decimal 43 55 88 0.51 0.38 0 0.65 224 0.34 0.26
Hex 2B 37 58 33 26 0 41 E0 22 1A
Octal 53 67 130 63 46 0 101 340 42 32
Binary 101011 110111 1011000 110011 100110 0 1000001 11100000 100010 11010

Color Harmonies of #2B3758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3758

Black with #2B3758

Text Example


Text Example

White with #2B3758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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