Html Css Color HEX #272554 Paua

📋 copy color: '#272554'

red 39 ◦ green 37 ◦ blue 84

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

Shades of Paua #272554

Tints of Paua #272554

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.13%

 BLUE value IS 84 (33.2% from 255) = 52.5%

R = 24.38%
G = 23.13%
B = 52.5%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#272554 (or 0x272554) is known color: Paua. HEX triplet: 27, 25 and 54. RGB value is (39,37,84). Sum of RGB (Red+Green+Blue) = 39+37+84=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 84 (33.20% from 255 or 52.5% from 160); Max value from RGB is 84 - color contains mainly: blue. Hex color #272554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272554 is #D8DAAB. Grayscale: #2A2A2A. Windows color (decimal): -14211756 or 5514535. OLE color: 5514535.

HSL color Cylindrical-coordinate representation of color #272554: hue angle of 242.55º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #272554 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 39 37 84 -
CMYK 0.54 0.56 0 0.67
HSL 242.55º 0.39% 0.24% -
HSV(B) 242.55º 0.56% 0.33% -
XYZ 3.1 2.39 8.69 -
YUV 42.96 151.16 125.18 -
System Red Green Blue C M Y K H S L
Decimal 39 37 84 0.54 0.56 0 0.67 242.55 0.39 0.24
Hex 27 25 54 36 38 0 43 F3 27 18
Octal 47 45 124 66 70 0 103 363 47 30
Binary 100111 100101 1010100 110110 111000 0 1000011 11110011 100111 11000

Color Harmonies of #272554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272554

Black with #272554

Text Example


Text Example

White with #272554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272554; }

 p { color: rgb(39,37,84); }

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

background-color css

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

 a { background-color: rgb(39,37,84); }

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

border-color css

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

 span { border-color: rgb(39,37,84); }

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