Html Css Color HEX #201948 Paua

📋 copy color: '#201948'

red 32 ◦ green 25 ◦ blue 72

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

Shades of Paua #201948

Tints of Paua #201948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.38%

 BLUE value IS 72 (28.52% from 255) = 55.81%

R = 24.81%
G = 19.38%
B = 55.81%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#201948 (or 0x201948) is known color: Paua. HEX triplet: 20, 19 and 48. RGB value is (32,25,72). Sum of RGB (Red+Green+Blue) = 32+25+72=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #201948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201948 is #DFE6B7. Grayscale: #202020. Windows color (decimal): -14673592 or 4725024. OLE color: 4725024.

HSL color Cylindrical-coordinate representation of color #201948: hue angle of 248.94º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #201948 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 32 25 72 -
CMYK 0.56 0.65 0 0.72
HSL 248.94º 0.48% 0.19% -
HSV(B) 248.94º 0.65% 0.28% -
XYZ 2.11 1.47 6.3 -
YUV 32.45 150.32 127.68 -
System Red Green Blue C M Y K H S L
Decimal 32 25 72 0.56 0.65 0 0.72 248.94 0.48 0.19
Hex 20 19 48 38 41 0 48 F9 30 13
Octal 40 31 110 70 101 0 110 371 60 23
Binary 100000 11001 1001000 111000 1000001 0 1001000 11111001 110000 10011

Color Harmonies of #201948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201948

Black with #201948

Text Example


Text Example

White with #201948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201948; }

 p { color: rgb(32,25,72); }

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

background-color css

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

 a { background-color: rgb(32,25,72); }

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

border-color css

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

 span { border-color: rgb(32,25,72); }

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