Html Css Color HEX #2B3858 Biscay

📋 copy color: '#2B3858'

red 43 ◦ green 56 ◦ blue 88

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

Shades of Biscay #2B3858

Tints of Biscay #2B3858

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.95%

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

R = 22.99%
G = 29.95%
B = 47.06%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2B3858 (or 0x2B3858) is known color: Biscay. HEX triplet: 2B, 38 and 58. RGB value is (43,56,88). Sum of RGB (Red+Green+Blue) = 43+56+88=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #2B3858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3858 is #D4C7A7. Grayscale: #373737. Windows color (decimal): -13944744 or 5781547. OLE color: 5781547.

HSL color Cylindrical-coordinate representation of color #2B3858: hue angle of 222.67º 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 #2B3858 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 43 56 88 -
CMYK 0.51 0.36 0 0.65
HSL 222.67º 0.34% 0.26% -
HSV(B) 222.67º 0.51% 0.35% -
XYZ 4.17 4.05 9.79 -
YUV 55.76 146.19 118.9 -
System Red Green Blue C M Y K H S L
Decimal 43 56 88 0.51 0.36 0 0.65 222.67 0.34 0.26
Hex 2B 38 58 33 24 0 41 DF 22 1A
Octal 53 70 130 63 44 0 101 337 42 32
Binary 101011 111000 1011000 110011 100100 0 1000001 11011111 100010 11010

Color Harmonies of #2B3858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3858

Black with #2B3858

Text Example


Text Example

White with #2B3858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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