Html Css Color HEX #2E274F Paua

📋 copy color: '#2E274F'

red 46 ◦ green 39 ◦ blue 79

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

Shades of Paua #2E274F

Tints of Paua #2E274F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.78%

 BLUE value IS 79 (31.25% from 255) = 48.17%

R = 28.05%
G = 23.78%
B = 48.17%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2E274F (or 0x2E274F) is known color: Paua. HEX triplet: 2E, 27 and 4F. RGB value is (46,39,79). Sum of RGB (Red+Green+Blue) = 46+39+79=164 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.05% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #2E274F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E274F is #D1D8B0. Grayscale: #2D2D2D. Windows color (decimal): -13752497 or 5187374. OLE color: 5187374.

HSL color Cylindrical-coordinate representation of color #2E274F: hue angle of 250.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E274F is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 46 39 79 -
CMYK 0.42 0.51 0 0.69
HSL 250.5º 0.34% 0.23% -
HSV(B) 250.5º 0.51% 0.31% -
XYZ 3.26 2.6 7.73 -
YUV 45.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 46 39 79 0.42 0.51 0 0.69 250.5 0.34 0.23
Hex 2E 27 4F 2A 33 0 45 FB 22 17
Octal 56 47 117 52 63 0 105 373 42 27
Binary 101110 100111 1001111 101010 110011 0 1000101 11111011 100010 10111

Color Harmonies of #2E274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E274F

Black with #2E274F

Text Example


Text Example

White with #2E274F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,39,79); }

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

background-color css

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

 a { background-color: rgb(46,39,79); }

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

border-color css

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

 span { border-color: rgb(46,39,79); }

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