Html Css Color HEX #272346 Paua

📋 copy color: '#272346'

red 39 ◦ green 35 ◦ blue 70

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

Shades of Paua #272346

Tints of Paua #272346

RGB

 RED value IS 39 (15.63% from 255) = 27.08%

 GREEN value IS 35 (14.06% from 255) = 24.31%

 BLUE value IS 70 (27.73% from 255) = 48.61%

R = 27.08%
G = 24.31%
B = 48.61%

CMYK

 C value IS 0.44

 M value IS 0.5

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#272346 (or 0x272346) is known color: Paua. HEX triplet: 27, 23 and 46. RGB value is (39,35,70). Sum of RGB (Red+Green+Blue) = 39+35+70=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 70 (27.73% from 255 or 48.61% from 144); Max value from RGB is 70 - color contains mainly: blue. Hex color #272346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272346 is #D8DCB9. Grayscale: #282828. Windows color (decimal): -14212282 or 4596519. OLE color: 4596519.

HSL color Cylindrical-coordinate representation of color #272346: hue angle of 246.86º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #272346 is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 39 35 70 -
CMYK 0.44 0.5 0 0.73
HSL 246.86º 0.33% 0.21% -
HSV(B) 246.86º 0.5% 0.27% -
XYZ 2.54 2.08 6.06 -
YUV 40.19 144.83 127.15 -
System Red Green Blue C M Y K H S L
Decimal 39 35 70 0.44 0.5 0 0.73 246.86 0.33 0.21
Hex 27 23 46 2C 32 0 49 F7 21 15
Octal 47 43 106 54 62 0 111 367 41 25
Binary 100111 100011 1000110 101100 110010 0 1001001 11110111 100001 10101

Color Harmonies of #272346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272346

Black with #272346

Text Example


Text Example

White with #272346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272346; }

 p { color: rgb(39,35,70); }

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

background-color css

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

 a { background-color: rgb(39,35,70); }

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

border-color css

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

 span { border-color: rgb(39,35,70); }

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