Html Css Color HEX #27224D Paua

📋 copy color: '#27224D'

red 39 ◦ green 34 ◦ blue 77

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

Shades of Paua #27224D

Tints of Paua #27224D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.67%

 BLUE value IS 77 (30.47% from 255) = 51.33%

R = 26%
G = 22.67%
B = 51.33%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#27224D (or 0x27224D) is known color: Paua. HEX triplet: 27, 22 and 4D. RGB value is (39,34,77). Sum of RGB (Red+Green+Blue) = 39+34+77=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #27224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27224D is #D8DDB2. Grayscale: #282828. Windows color (decimal): -14212531 or 5055015. OLE color: 5055015.

HSL color Cylindrical-coordinate representation of color #27224D: hue angle of 246.98º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #27224D is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 39 34 77 -
CMYK 0.49 0.56 0 0.70
HSL 246.98º 0.39% 0.22% -
HSV(B) 246.98º 0.56% 0.3% -
XYZ 2.75 2.11 7.28 -
YUV 40.4 148.66 127 -
System Red Green Blue C M Y K H S L
Decimal 39 34 77 0.49 0.56 0 0.70 246.98 0.39 0.22
Hex 27 22 4D 31 38 0 46 F7 27 16
Octal 47 42 115 61 70 0 106 367 47 26
Binary 100111 100010 1001101 110001 111000 0 1000110 11110111 100111 10110

Color Harmonies of #27224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27224D

Black with #27224D

Text Example


Text Example

White with #27224D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27224D; }

 p { color: rgb(39,34,77); }

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

background-color css

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

 a { background-color: rgb(39,34,77); }

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

border-color css

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

 span { border-color: rgb(39,34,77); }

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