Html Css Color HEX #2E3753 Biscay

📋 copy color: '#2E3753'

red 46 ◦ green 55 ◦ blue 83

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

Shades of Biscay #2E3753

Tints of Biscay #2E3753

RGB

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

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

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

R = 25%
G = 29.89%
B = 45.11%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2E3753 (or 0x2E3753) is known color: Biscay. HEX triplet: 2E, 37 and 53. RGB value is (46,55,83). Sum of RGB (Red+Green+Blue) = 46+55+83=184 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #2E3753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3753 is #D1C8AC. Grayscale: #373737. Windows color (decimal): -13748397 or 5453614. OLE color: 5453614.

HSL color Cylindrical-coordinate representation of color #2E3753: hue angle of 225.41º 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 #2E3753 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 46 55 83 -
CMYK 0.45 0.34 0 0.67
HSL 225.41º 0.29% 0.25% -
HSV(B) 225.41º 0.45% 0.33% -
XYZ 4.05 3.94 8.73 -
YUV 55.5 143.52 121.22 -
System Red Green Blue C M Y K H S L
Decimal 46 55 83 0.45 0.34 0 0.67 225.41 0.29 0.25
Hex 2E 37 53 2D 22 0 43 E1 1D 19
Octal 56 67 123 55 42 0 103 341 35 31
Binary 101110 110111 1010011 101101 100010 0 1000011 11100001 11101 11001

Color Harmonies of #2E3753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3753

Black with #2E3753

Text Example


Text Example

White with #2E3753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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