Html Css Color HEX #201C48 Paua

📋 copy color: '#201C48'

red 32 ◦ green 28 ◦ blue 72

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

Shades of Paua #201C48

Tints of Paua #201C48

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.21%

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

R = 24.24%
G = 21.21%
B = 54.55%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#201C48 (or 0x201C48) is known color: Paua. HEX triplet: 20, 1C and 48. RGB value is (32,28,72). Sum of RGB (Red+Green+Blue) = 32+28+72=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 72 (28.52% from 255 or 54.55% from 132); Max value from RGB is 72 - color contains mainly: blue. Hex color #201C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201C48 is #DFE3B7. Grayscale: #222222. Windows color (decimal): -14672824 or 4725792. OLE color: 4725792.

HSL color Cylindrical-coordinate representation of color #201C48: hue angle of 245.45º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #201C48 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 32 28 72 -
CMYK 0.56 0.61 0 0.72
HSL 245.45º 0.44% 0.2% -
HSV(B) 245.45º 0.61% 0.28% -
XYZ 2.18 1.61 6.33 -
YUV 34.21 149.33 126.42 -
System Red Green Blue C M Y K H S L
Decimal 32 28 72 0.56 0.61 0 0.72 245.45 0.44 0.2
Hex 20 1C 48 38 3D 0 48 F5 2C 14
Octal 40 34 110 70 75 0 110 365 54 24
Binary 100000 11100 1001000 111000 111101 0 1001000 11110101 101100 10100

Color Harmonies of #201C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201C48

Black with #201C48

Text Example


Text Example

White with #201C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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