Html Css Color HEX #201758 Paua

📋 copy color: '#201758'

red 32 ◦ green 23 ◦ blue 88

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

Shades of Paua #201758

Tints of Paua #201758

RGB

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

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

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

R = 22.38%
G = 16.08%
B = 61.54%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#201758 (or 0x201758) is known color: Paua. HEX triplet: 20, 17 and 58. RGB value is (32,23,88). Sum of RGB (Red+Green+Blue) = 32+23+88=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 88 (34.77% from 255 or 61.54% from 143); Max value from RGB is 88 - color contains mainly: blue. Hex color #201758 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201758 is #DFE8A7. Grayscale: #202020. Windows color (decimal): -14674088 or 5773088. OLE color: 5773088.

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

Color convert

RGB 32 23 88 -
CMYK 0.64 0.74 0 0.65
HSL 248.31º 0.59% 0.22% -
HSV(B) 248.31º 0.74% 0.35% -
XYZ 2.66 1.62 9.41 -
YUV 33.1 158.98 127.21 -
System Red Green Blue C M Y K H S L
Decimal 32 23 88 0.64 0.74 0 0.65 248.31 0.59 0.22
Hex 20 17 58 40 4A 0 41 F8 3B 16
Octal 40 27 130 100 112 0 101 370 73 26
Binary 100000 10111 1011000 1000000 1001010 0 1000001 11111000 111011 10110

Color Harmonies of #201758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201758

Black with #201758

Text Example


Text Example

White with #201758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201758; }

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

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

background-color css

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

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

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

border-color css

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

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

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