Html Css Color HEX #272452 Paua

📋 copy color: '#272452'

red 39 ◦ green 36 ◦ blue 82

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

Shades of Paua #272452

Tints of Paua #272452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 52.23%

R = 24.84%
G = 22.93%
B = 52.23%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#272452 (or 0x272452) is known color: Paua. HEX triplet: 27, 24 and 52. RGB value is (39,36,82). Sum of RGB (Red+Green+Blue) = 39+36+82=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #272452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272452 is #D8DBAD. Grayscale: #292929. Windows color (decimal): -14212014 or 5383207. OLE color: 5383207.

HSL color Cylindrical-coordinate representation of color #272452: hue angle of 243.91º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #272452 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 39 36 82 -
CMYK 0.52 0.56 0 0.68
HSL 243.91º 0.39% 0.23% -
HSV(B) 243.91º 0.56% 0.32% -
XYZ 2.99 2.3 8.27 -
YUV 42.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 39 36 82 0.52 0.56 0 0.68 243.91 0.39 0.23
Hex 27 24 52 34 38 0 44 F4 27 17
Octal 47 44 122 64 70 0 104 364 47 27
Binary 100111 100100 1010010 110100 111000 0 1000100 11110100 100111 10111

Color Harmonies of #272452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272452

Black with #272452

Text Example


Text Example

White with #272452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272452; }

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

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

background-color css

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

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

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

border-color css

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

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

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