Html Css Color HEX #201E57 Paua

📋 copy color: '#201E57'

red 32 ◦ green 30 ◦ blue 87

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

Shades of Paua #201E57

Tints of Paua #201E57

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.13%

 BLUE value IS 87 (34.38% from 255) = 58.39%

R = 21.48%
G = 20.13%
B = 58.39%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#201E57 (or 0x201E57) is known color: Paua. HEX triplet: 20, 1E and 57. RGB value is (32,30,87). Sum of RGB (Red+Green+Blue) = 32+30+87=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 87 (34.38% from 255 or 58.39% from 149); Max value from RGB is 87 - color contains mainly: blue. Hex color #201E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201E57 is #DFE1A8. Grayscale: #242424. Windows color (decimal): -14672297 or 5709344. OLE color: 5709344.

HSL color Cylindrical-coordinate representation of color #201E57: hue angle of 242.11º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #201E57 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 32 30 87 -
CMYK 0.63 0.66 0 0.66
HSL 242.11º 0.49% 0.23% -
HSV(B) 242.11º 0.66% 0.34% -
XYZ 2.78 1.92 9.24 -
YUV 37.1 156.16 124.37 -
System Red Green Blue C M Y K H S L
Decimal 32 30 87 0.63 0.66 0 0.66 242.11 0.49 0.23
Hex 20 1E 57 3F 42 0 42 F2 31 17
Octal 40 36 127 77 102 0 102 362 61 27
Binary 100000 11110 1010111 111111 1000010 0 1000010 11110010 110001 10111

Color Harmonies of #201E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201E57

Black with #201E57

Text Example


Text Example

White with #201E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,30,87); }

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

background-color css

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

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

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

border-color css

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

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

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