Html Css Color HEX #2F2E59 Paua

📋 copy color: '#2F2E59'

red 47 ◦ green 46 ◦ blue 89

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

Shades of Paua #2F2E59

Tints of Paua #2F2E59

RGB

 RED value IS 47 (18.75% from 255) = 25.82%

 GREEN value IS 46 (18.36% from 255) = 25.27%

 BLUE value IS 89 (35.16% from 255) = 48.9%

R = 25.82%
G = 25.27%
B = 48.9%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2F2E59 (or 0x2F2E59) is known color: Paua. HEX triplet: 2F, 2E and 59. RGB value is (47,46,89). Sum of RGB (Red+Green+Blue) = 47+46+89=182 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.82% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F2E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2E59 is #D0D1A6. Grayscale: #333333. Windows color (decimal): -13685159 or 5844527. OLE color: 5844527.

HSL color Cylindrical-coordinate representation of color #2F2E59: hue angle of 241.4º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F2E59 is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 46 89 -
CMYK 0.47 0.48 0 0.65
HSL 241.4º 0.32% 0.26% -
HSV(B) 241.4º 0.48% 0.35% -
XYZ 3.95 3.28 9.88 -
YUV 51.2 149.33 125 -
System Red Green Blue C M Y K H S L
Decimal 47 46 89 0.47 0.48 0 0.65 241.4 0.32 0.26
Hex 2F 2E 59 2F 30 0 41 F1 20 1A
Octal 57 56 131 57 60 0 101 361 40 32
Binary 101111 101110 1011001 101111 110000 0 1000001 11110001 100000 11010

Color Harmonies of #2F2E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2E59

Black with #2F2E59

Text Example


Text Example

White with #2F2E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,46,89); }

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

background-color css

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

 a { background-color: rgb(47,46,89); }

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

border-color css

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

 span { border-color: rgb(47,46,89); }

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