Html Css Color HEX #2E3954 Biscay

📋 copy color: '#2E3954'

red 46 ◦ green 57 ◦ blue 84

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

Shades of Biscay #2E3954

Tints of Biscay #2E3954

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.48%

 BLUE value IS 84 (33.2% from 255) = 44.92%

R = 24.6%
G = 30.48%
B = 44.92%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2E3954 (or 0x2E3954) is known color: Biscay. HEX triplet: 2E, 39 and 54. RGB value is (46,57,84). Sum of RGB (Red+Green+Blue) = 46+57+84=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #2E3954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3954 is #D1C6AB. Grayscale: #383838. Windows color (decimal): -13747884 or 5519662. OLE color: 5519662.

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

Color convert

RGB 46 57 84 -
CMYK 0.45 0.32 0 0.67
HSL 222.63º 0.29% 0.25% -
HSV(B) 222.63º 0.45% 0.33% -
XYZ 4.19 4.15 8.97 -
YUV 56.79 143.36 120.3 -
System Red Green Blue C M Y K H S L
Decimal 46 57 84 0.45 0.32 0 0.67 222.63 0.29 0.25
Hex 2E 39 54 2D 20 0 43 DF 1D 19
Octal 56 71 124 55 40 0 103 337 35 31
Binary 101110 111001 1010100 101101 100000 0 1000011 11011111 11101 11001

Color Harmonies of #2E3954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3954

Black with #2E3954

Text Example


Text Example

White with #2E3954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,57,84); }

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

background-color css

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

 a { background-color: rgb(46,57,84); }

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

border-color css

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

 span { border-color: rgb(46,57,84); }

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