Html Css Color HEX #2E3B59 Biscay

📋 copy color: '#2E3B59'

red 46 ◦ green 59 ◦ blue 89

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

Shades of Biscay #2E3B59

Tints of Biscay #2E3B59

RGB

 RED value IS 46 (18.36% from 255) = 23.71%

 GREEN value IS 59 (23.44% from 255) = 30.41%

 BLUE value IS 89 (35.16% from 255) = 45.88%

R = 23.71%
G = 30.41%
B = 45.88%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2E3B59 (or 0x2E3B59) is known color: Biscay. HEX triplet: 2E, 3B and 59. RGB value is (46,59,89). Sum of RGB (Red+Green+Blue) = 46+59+89=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #2E3B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3B59 is #D1C4A6. Grayscale: #3A3A3A. Windows color (decimal): -13747367 or 5847854. OLE color: 5847854.

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

Color convert

RGB 46 59 89 -
CMYK 0.48 0.34 0 0.65
HSL 221.86º 0.32% 0.26% -
HSV(B) 221.86º 0.48% 0.35% -
XYZ 4.49 4.43 10.07 -
YUV 58.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 46 59 89 0.48 0.34 0 0.65 221.86 0.32 0.26
Hex 2E 3B 59 30 22 0 41 DE 20 1A
Octal 56 73 131 60 42 0 101 336 40 32
Binary 101110 111011 1011001 110000 100010 0 1000001 11011110 100000 11010

Color Harmonies of #2E3B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3B59

Black with #2E3B59

Text Example


Text Example

White with #2E3B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,59,89); }

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

background-color css

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

 a { background-color: rgb(46,59,89); }

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

border-color css

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

 span { border-color: rgb(46,59,89); }

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