Html Css Color HEX #201658 Paua

📋 copy color: '#201658'

red 32 ◦ green 22 ◦ blue 88

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

Shades of Paua #201658

Tints of Paua #201658

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.49%

 BLUE value IS 88 (34.77% from 255) = 61.97%

R = 22.54%
G = 15.49%
B = 61.97%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#201658 (or 0x201658) is known color: Paua. HEX triplet: 20, 16 and 58. RGB value is (32,22,88). Sum of RGB (Red+Green+Blue) = 32+22+88=142 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.54% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 88 (34.77% from 255 or 61.97% from 142); Max value from RGB is 88 - color contains mainly: blue. Hex color #201658 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201658 is #DFE9A7. Grayscale: #202020. Windows color (decimal): -14674344 or 5772832. OLE color: 5772832.

HSL color Cylindrical-coordinate representation of color #201658: hue angle of 249.09º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #201658 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 22 88 -
CMYK 0.64 0.75 0 0.65
HSL 249.09º 0.6% 0.22% -
HSV(B) 249.09º 0.75% 0.35% -
XYZ 2.64 1.59 9.4 -
YUV 32.51 159.31 127.63 -
System Red Green Blue C M Y K H S L
Decimal 32 22 88 0.64 0.75 0 0.65 249.09 0.6 0.22
Hex 20 16 58 40 4B 0 41 F9 3C 16
Octal 40 26 130 100 113 0 101 371 74 26
Binary 100000 10110 1011000 1000000 1001011 0 1000001 11111001 111100 10110

Color Harmonies of #201658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201658

Black with #201658

Text Example


Text Example

White with #201658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201658; }

 p { color: rgb(32,22,88); }

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

background-color css

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

 a { background-color: rgb(32,22,88); }

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

border-color css

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

 span { border-color: rgb(32,22,88); }

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