Html Css Color HEX #2B3753 Biscay

📋 copy color: '#2B3753'

red 43 ◦ green 55 ◦ blue 83

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

Shades of Biscay #2B3753

Tints of Biscay #2B3753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 45.86%

R = 23.76%
G = 30.39%
B = 45.86%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2B3753 (or 0x2B3753) is known color: Biscay. HEX triplet: 2B, 37 and 53. RGB value is (43,55,83). Sum of RGB (Red+Green+Blue) = 43+55+83=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #2B3753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3753 is #D4C8AC. Grayscale: #363636. Windows color (decimal): -13945005 or 5453611. OLE color: 5453611.

HSL color Cylindrical-coordinate representation of color #2B3753: hue angle of 222º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B3753 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 43 55 83 -
CMYK 0.48 0.34 0 0.67
HSL 222º 0.32% 0.25% -
HSV(B) 222º 0.48% 0.33% -
XYZ 3.92 3.87 8.72 -
YUV 54.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 43 55 83 0.48 0.34 0 0.67 222 0.32 0.25
Hex 2B 37 53 30 22 0 43 DE 20 19
Octal 53 67 123 60 42 0 103 336 40 31
Binary 101011 110111 1010011 110000 100010 0 1000011 11011110 100000 11001

Color Harmonies of #2B3753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3753

Black with #2B3753

Text Example


Text Example

White with #2B3753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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