Html Css Color HEX #201F50 Paua

📋 copy color: '#201F50'

red 32 ◦ green 31 ◦ blue 80

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

Shades of Paua #201F50

Tints of Paua #201F50

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.68%

 BLUE value IS 80 (31.64% from 255) = 55.94%

R = 22.38%
G = 21.68%
B = 55.94%

CMYK

 C value IS 0.60

 M value IS 0.61

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#201F50 (or 0x201F50) is known color: Paua. HEX triplet: 20, 1F and 50. RGB value is (32,31,80). Sum of RGB (Red+Green+Blue) = 32+31+80=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #201F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201F50 is #DFE0AF. Grayscale: #242424. Windows color (decimal): -14672048 or 5250848. OLE color: 5250848.

HSL color Cylindrical-coordinate representation of color #201F50: hue angle of 241.22º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #201F50 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 32 31 80 -
CMYK 0.60 0.61 0 0.69
HSL 241.22º 0.44% 0.22% -
HSV(B) 241.22º 0.61% 0.31% -
XYZ 2.53 1.87 7.82 -
YUV 36.89 152.33 124.52 -
System Red Green Blue C M Y K H S L
Decimal 32 31 80 0.60 0.61 0 0.69 241.22 0.44 0.22
Hex 20 1F 50 3C 3D 0 45 F1 2C 16
Octal 40 37 120 74 75 0 105 361 54 26
Binary 100000 11111 1010000 111100 111101 0 1000101 11110001 101100 10110

Color Harmonies of #201F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201F50

Black with #201F50

Text Example


Text Example

White with #201F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,31,80); }

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

background-color css

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

 a { background-color: rgb(32,31,80); }

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

border-color css

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

 span { border-color: rgb(32,31,80); }

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