Html Css Color HEX #2E3A55 Biscay

📋 copy color: '#2E3A55'

red 46 ◦ green 58 ◦ blue 85

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

Shades of Biscay #2E3A55

Tints of Biscay #2E3A55

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.69%

 BLUE value IS 85 (33.59% from 255) = 44.97%

R = 24.34%
G = 30.69%
B = 44.97%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2E3A55 (or 0x2E3A55) is known color: Biscay. HEX triplet: 2E, 3A and 55. RGB value is (46,58,85). Sum of RGB (Red+Green+Blue) = 46+58+85=189 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.34% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #2E3A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3A55 is #D1C5AA. Grayscale: #393939. Windows color (decimal): -13747627 or 5585454. OLE color: 5585454.

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

Color convert

RGB 46 58 85 -
CMYK 0.46 0.32 0 0.67
HSL 221.54º 0.3% 0.26% -
HSV(B) 221.54º 0.46% 0.33% -
XYZ 4.28 4.26 9.19 -
YUV 57.49 143.52 119.8 -
System Red Green Blue C M Y K H S L
Decimal 46 58 85 0.46 0.32 0 0.67 221.54 0.3 0.26
Hex 2E 3A 55 2E 20 0 43 DE 1E 1A
Octal 56 72 125 56 40 0 103 336 36 32
Binary 101110 111010 1010101 101110 100000 0 1000011 11011110 11110 11010

Color Harmonies of #2E3A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3A55

Black with #2E3A55

Text Example


Text Example

White with #2E3A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,58,85); }

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

background-color css

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

 a { background-color: rgb(46,58,85); }

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

border-color css

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

 span { border-color: rgb(46,58,85); }

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