Html Css Color HEX #2E2956 Paua

📋 copy color: '#2E2956'

red 46 ◦ green 41 ◦ blue 86

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

Shades of Paua #2E2956

Tints of Paua #2E2956

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.7%

 BLUE value IS 86 (33.98% from 255) = 49.71%

R = 26.59%
G = 23.7%
B = 49.71%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#2E2956 (or 0x2E2956) is known color: Paua. HEX triplet: 2E, 29 and 56. RGB value is (46,41,86). Sum of RGB (Red+Green+Blue) = 46+41+86=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #2E2956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2956 is #D1D6A9. Grayscale: #2F2F2F. Windows color (decimal): -13751978 or 5646638. OLE color: 5646638.

HSL color Cylindrical-coordinate representation of color #2E2956: hue angle of 246.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E2956 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 46 41 86 -
CMYK 0.47 0.52 0 0.66
HSL 246.67º 0.35% 0.25% -
HSV(B) 246.67º 0.52% 0.34% -
XYZ 3.6 2.84 9.16 -
YUV 47.63 149.66 126.84 -
System Red Green Blue C M Y K H S L
Decimal 46 41 86 0.47 0.52 0 0.66 246.67 0.35 0.25
Hex 2E 29 56 2F 34 0 42 F7 23 19
Octal 56 51 126 57 64 0 102 367 43 31
Binary 101110 101001 1010110 101111 110100 0 1000010 11110111 100011 11001

Color Harmonies of #2E2956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2956

Black with #2E2956

Text Example


Text Example

White with #2E2956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,41,86); }

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

background-color css

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

 a { background-color: rgb(46,41,86); }

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

border-color css

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

 span { border-color: rgb(46,41,86); }

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