Html Css Color HEX #2E2B52 Paua

📋 copy color: '#2E2B52'

red 46 ◦ green 43 ◦ blue 82

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

Shades of Paua #2E2B52

Tints of Paua #2E2B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 47.95%

R = 26.9%
G = 25.15%
B = 47.95%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#2E2B52 (or 0x2E2B52) is known color: Paua. HEX triplet: 2E, 2B and 52. RGB value is (46,43,82). Sum of RGB (Red+Green+Blue) = 46+43+82=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 82 - color contains mainly: blue. Hex color #2E2B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2B52 is #D1D4AD. Grayscale: #303030. Windows color (decimal): -13751470 or 5385006. OLE color: 5385006.

HSL color Cylindrical-coordinate representation of color #2E2B52: hue angle of 244.62º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E2B52 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 46 43 82 -
CMYK 0.44 0.48 0 0.68
HSL 244.62º 0.31% 0.25% -
HSV(B) 244.62º 0.48% 0.32% -
XYZ 3.51 2.92 8.36 -
YUV 48.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 46 43 82 0.44 0.48 0 0.68 244.62 0.31 0.25
Hex 2E 2B 52 2C 30 0 44 F5 1F 19
Octal 56 53 122 54 60 0 104 365 37 31
Binary 101110 101011 1010010 101100 110000 0 1000100 11110101 11111 11001

Color Harmonies of #2E2B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2B52

Black with #2E2B52

Text Example


Text Example

White with #2E2B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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