Html Css Color HEX #2E2553 Paua

📋 copy color: '#2E2553'

red 46 ◦ green 37 ◦ blue 83

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

Shades of Paua #2E2553

Tints of Paua #2E2553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.29%

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

R = 27.71%
G = 22.29%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2E2553 (or 0x2E2553) is known color: Paua. HEX triplet: 2E, 25 and 53. RGB value is (46,37,83). Sum of RGB (Red+Green+Blue) = 46+37+83=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #2E2553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2553 is #D1DAAC. Grayscale: #2C2C2C. Windows color (decimal): -13753005 or 5449006. OLE color: 5449006.

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

Color convert

RGB 46 37 83 -
CMYK 0.45 0.55 0 0.67
HSL 251.74º 0.38% 0.24% -
HSV(B) 251.74º 0.55% 0.33% -
XYZ 3.35 2.53 8.5 -
YUV 44.94 149.48 128.76 -
System Red Green Blue C M Y K H S L
Decimal 46 37 83 0.45 0.55 0 0.67 251.74 0.38 0.24
Hex 2E 25 53 2D 37 0 43 FC 26 18
Octal 56 45 123 55 67 0 103 374 46 30
Binary 101110 100101 1010011 101101 110111 0 1000011 11111100 100110 11000

Color Harmonies of #2E2553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2553

Black with #2E2553

Text Example


Text Example

White with #2E2553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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