Html Css Color HEX #272446 Paua

📋 copy color: '#272446'

red 39 ◦ green 36 ◦ blue 70

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

Shades of Paua #272446

Tints of Paua #272446

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.83%

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

R = 26.9%
G = 24.83%
B = 48.28%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#272446 (or 0x272446) is known color: Paua. HEX triplet: 27, 24 and 46. RGB value is (39,36,70). Sum of RGB (Red+Green+Blue) = 39+36+70=145 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.90% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 70 - color contains mainly: blue. Hex color #272446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272446 is #D8DBB9. Grayscale: #282828. Windows color (decimal): -14212026 or 4596775. OLE color: 4596775.

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

Color convert

RGB 39 36 70 -
CMYK 0.44 0.49 0 0.73
HSL 245.29º 0.32% 0.21% -
HSV(B) 245.29º 0.49% 0.27% -
XYZ 2.57 2.14 6.07 -
YUV 40.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 39 36 70 0.44 0.49 0 0.73 245.29 0.32 0.21
Hex 27 24 46 2C 31 0 49 F5 20 15
Octal 47 44 106 54 61 0 111 365 40 25
Binary 100111 100100 1000110 101100 110001 0 1001001 11110101 100000 10101

Color Harmonies of #272446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272446

Black with #272446

Text Example


Text Example

White with #272446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272446; }

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

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

background-color css

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

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

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

border-color css

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

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

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