Html Css Color HEX #202055 Paua

📋 copy color: '#202055'

red 32 ◦ green 32 ◦ blue 85

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

Shades of Paua #202055

Tints of Paua #202055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.48%

 BLUE value IS 85 (33.59% from 255) = 57.05%

R = 21.48%
G = 21.48%
B = 57.05%

CMYK

 C value IS 0.62

 M value IS 0.62

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#202055 (or 0x202055) is known color: Paua. HEX triplet: 20, 20 and 55. RGB value is (32,32,85). Sum of RGB (Red+Green+Blue) = 32+32+85=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 85 (33.59% from 255 or 57.05% from 149); Max value from RGB is 85 - color contains mainly: blue. Hex color #202055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202055 is #DFDFAA. Grayscale: #252525. Windows color (decimal): -14671787 or 5578784. OLE color: 5578784.

HSL color Cylindrical-coordinate representation of color #202055: hue angle of 240º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #202055 is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 32 32 85 -
CMYK 0.62 0.62 0 0.67
HSL 240º 0.45% 0.23% -
HSV(B) 240º 0.62% 0.33% -
XYZ 2.75 2 8.83 -
YUV 38.04 154.5 123.69 -
System Red Green Blue C M Y K H S L
Decimal 32 32 85 0.62 0.62 0 0.67 240 0.45 0.23
Hex 20 20 55 3E 3E 0 43 F0 2D 17
Octal 40 40 125 76 76 0 103 360 55 27
Binary 100000 100000 1010101 111110 111110 0 1000011 11110000 101101 10111

Color Harmonies of #202055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202055

Black with #202055

Text Example


Text Example

White with #202055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202055; }

 p { color: rgb(32,32,85); }

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

background-color css

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

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

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

border-color css

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

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

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