Html Css Color HEX #2B385A Biscay

📋 copy color: '#2B385A'

red 43 ◦ green 56 ◦ blue 90

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

Shades of Biscay #2B385A

Tints of Biscay #2B385A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 47.62%

R = 22.75%
G = 29.63%
B = 47.62%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2B385A (or 0x2B385A) is known color: Biscay. HEX triplet: 2B, 38 and 5A. RGB value is (43,56,90). Sum of RGB (Red+Green+Blue) = 43+56+90=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: blue. Hex color #2B385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B385A is #D4C7A5. Grayscale: #373737. Windows color (decimal): -13944742 or 5912619. OLE color: 5912619.

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

Color convert

RGB 43 56 90 -
CMYK 0.52 0.38 0 0.65
HSL 223.4º 0.35% 0.26% -
HSV(B) 223.4º 0.52% 0.35% -
XYZ 4.26 4.08 10.24 -
YUV 55.99 147.19 118.74 -
System Red Green Blue C M Y K H S L
Decimal 43 56 90 0.52 0.38 0 0.65 223.4 0.35 0.26
Hex 2B 38 5A 34 26 0 41 DF 23 1A
Octal 53 70 132 64 46 0 101 337 43 32
Binary 101011 111000 1011010 110100 100110 0 1000001 11011111 100011 11010

Color Harmonies of #2B385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B385A

Black with #2B385A

Text Example


Text Example

White with #2B385A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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