Html Css Color HEX #201748 Paua

📋 copy color: '#201748'

red 32 ◦ green 23 ◦ blue 72

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

Shades of Paua #201748

Tints of Paua #201748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.11%

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

R = 25.2%
G = 18.11%
B = 56.69%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#201748 (or 0x201748) is known color: Paua. HEX triplet: 20, 17 and 48. RGB value is (32,23,72). Sum of RGB (Red+Green+Blue) = 32+23+72=127 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.20% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 72 (28.52% from 255 or 56.69% from 127); Max value from RGB is 72 - color contains mainly: blue. Hex color #201748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201748 is #DFE8B7. Grayscale: #1F1F1F. Windows color (decimal): -14674104 or 4724512. OLE color: 4724512.

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

Color convert

RGB 32 23 72 -
CMYK 0.56 0.68 0 0.72
HSL 251.02º 0.52% 0.19% -
HSV(B) 251.02º 0.68% 0.28% -
XYZ 2.07 1.39 6.29 -
YUV 31.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 32 23 72 0.56 0.68 0 0.72 251.02 0.52 0.19
Hex 20 17 48 38 44 0 48 FB 34 13
Octal 40 27 110 70 104 0 110 373 64 23
Binary 100000 10111 1001000 111000 1000100 0 1001000 11111011 110100 10011

Color Harmonies of #201748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201748

Black with #201748

Text Example


Text Example

White with #201748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201748; }

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

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

background-color css

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

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

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

border-color css

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

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

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