Html Css Color HEX #2E2B58 Paua

📋 copy color: '#2E2B58'

red 46 ◦ green 43 ◦ blue 88

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

Shades of Paua #2E2B58

Tints of Paua #2E2B58

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.29%

 BLUE value IS 88 (34.77% from 255) = 49.72%

R = 25.99%
G = 24.29%
B = 49.72%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2E2B58 (or 0x2E2B58) is known color: Paua. HEX triplet: 2E, 2B and 58. RGB value is (46,43,88). Sum of RGB (Red+Green+Blue) = 46+43+88=177 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.99% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #2E2B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2B58 is #D1D4A7. Grayscale: #303030. Windows color (decimal): -13751464 or 5778222. OLE color: 5778222.

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

Color convert

RGB 46 43 88 -
CMYK 0.48 0.51 0 0.65
HSL 244º 0.34% 0.26% -
HSV(B) 244º 0.51% 0.35% -
XYZ 3.75 3.01 9.62 -
YUV 49.03 149.99 125.84 -
System Red Green Blue C M Y K H S L
Decimal 46 43 88 0.48 0.51 0 0.65 244 0.34 0.26
Hex 2E 2B 58 30 33 0 41 F4 22 1A
Octal 56 53 130 60 63 0 101 364 42 32
Binary 101110 101011 1011000 110000 110011 0 1000001 11110100 100010 11010

Color Harmonies of #2E2B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2B58

Black with #2E2B58

Text Example


Text Example

White with #2E2B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,43,88); }

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

background-color css

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

 a { background-color: rgb(46,43,88); }

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

border-color css

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

 span { border-color: rgb(46,43,88); }

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