Html Css Color HEX #2E2A57 Paua

📋 copy color: '#2E2A57'

red 46 ◦ green 42 ◦ blue 87

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

Shades of Paua #2E2A57

Tints of Paua #2E2A57

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24%

 BLUE value IS 87 (34.38% from 255) = 49.71%

R = 26.29%
G = 24%
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

#2E2A57 (or 0x2E2A57) is known color: Paua. HEX triplet: 2E, 2A and 57. RGB value is (46,42,87). Sum of RGB (Red+Green+Blue) = 46+42+87=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #2E2A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2A57 is #D1D5A8. Grayscale: #303030. Windows color (decimal): -13751721 or 5712430. OLE color: 5712430.

HSL color Cylindrical-coordinate representation of color #2E2A57: hue angle of 245.33º 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 #2E2A57 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 46 42 87 -
CMYK 0.47 0.52 0 0.66
HSL 245.33º 0.35% 0.25% -
HSV(B) 245.33º 0.52% 0.34% -
XYZ 3.67 2.92 9.39 -
YUV 48.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 46 42 87 0.47 0.52 0 0.66 245.33 0.35 0.25
Hex 2E 2A 57 2F 34 0 42 F5 23 19
Octal 56 52 127 57 64 0 102 365 43 31
Binary 101110 101010 1010111 101111 110100 0 1000010 11110101 100011 11001

Color Harmonies of #2E2A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2A57

Black with #2E2A57

Text Example


Text Example

White with #2E2A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,42,87); }

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

background-color css

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

 a { background-color: rgb(46,42,87); }

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

border-color css

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

 span { border-color: rgb(46,42,87); }

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