Html Css Color HEX #201E51 Paua

📋 copy color: '#201E51'

red 32 ◦ green 30 ◦ blue 81

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

Shades of Paua #201E51

Tints of Paua #201E51

RGB

 RED value IS 32 (12.89% from 255) = 22.38%

 GREEN value IS 30 (12.11% from 255) = 20.98%

 BLUE value IS 81 (32.03% from 255) = 56.64%

R = 22.38%
G = 20.98%
B = 56.64%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#201E51 (or 0x201E51) is known color: Paua. HEX triplet: 20, 1E and 51. RGB value is (32,30,81). Sum of RGB (Red+Green+Blue) = 32+30+81=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 81 (32.03% from 255 or 56.64% from 143); Max value from RGB is 81 - color contains mainly: blue. Hex color #201E51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201E51 is #DFE1AE. Grayscale: #242424. Windows color (decimal): -14672303 or 5316128. OLE color: 5316128.

HSL color Cylindrical-coordinate representation of color #201E51: hue angle of 242.35º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #201E51 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 32 30 81 -
CMYK 0.60 0.63 0 0.68
HSL 242.35º 0.46% 0.22% -
HSV(B) 242.35º 0.63% 0.32% -
XYZ 2.55 1.83 8 -
YUV 36.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 32 30 81 0.60 0.63 0 0.68 242.35 0.46 0.22
Hex 20 1E 51 3C 3F 0 44 F2 2E 16
Octal 40 36 121 74 77 0 104 362 56 26
Binary 100000 11110 1010001 111100 111111 0 1000100 11110010 101110 10110

Color Harmonies of #201E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201E51

Black with #201E51

Text Example


Text Example

White with #201E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201E51; }

 p { color: rgb(32,30,81); }

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

background-color css

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

 a { background-color: rgb(32,30,81); }

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

border-color css

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

 span { border-color: rgb(32,30,81); }

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