Html Css Color HEX #201E5C Paua

📋 copy color: '#201E5C'

red 32 ◦ green 30 ◦ blue 92

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

Shades of Paua #201E5C

Tints of Paua #201E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 59.74%

R = 20.78%
G = 19.48%
B = 59.74%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#201E5C (or 0x201E5C) is known color: Paua. HEX triplet: 20, 1E and 5C. RGB value is (32,30,92). Sum of RGB (Red+Green+Blue) = 32+30+92=154 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.78% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 92 (36.33% from 255 or 59.74% from 154); Max value from RGB is 92 - color contains mainly: blue. Hex color #201E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201E5C is #DFE1A3. Grayscale: #252525. Windows color (decimal): -14672292 or 6037024. OLE color: 6037024.

HSL color Cylindrical-coordinate representation of color #201E5C: hue angle of 241.94º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #201E5C is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 30 92 -
CMYK 0.65 0.67 0 0.64
HSL 241.94º 0.51% 0.24% -
HSV(B) 241.94º 0.67% 0.36% -
XYZ 2.99 2.01 10.36 -
YUV 37.67 158.66 123.96 -
System Red Green Blue C M Y K H S L
Decimal 32 30 92 0.65 0.67 0 0.64 241.94 0.51 0.24
Hex 20 1E 5C 41 43 0 40 F2 33 18
Octal 40 36 134 101 103 0 100 362 63 30
Binary 100000 11110 1011100 1000001 1000011 0 1000000 11110010 110011 11000

Color Harmonies of #201E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201E5C

Black with #201E5C

Text Example


Text Example

White with #201E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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