Html Css Color HEX #201E48 Paua

📋 copy color: '#201E48'

red 32 ◦ green 30 ◦ blue 72

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

Shades of Paua #201E48

Tints of Paua #201E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 53.73%

R = 23.88%
G = 22.39%
B = 53.73%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#201E48 (or 0x201E48) is known color: Paua. HEX triplet: 20, 1E and 48. RGB value is (32,30,72). Sum of RGB (Red+Green+Blue) = 32+30+72=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 72 (28.52% from 255 or 53.73% from 134); Max value from RGB is 72 - color contains mainly: blue. Hex color #201E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201E48 is #DFE1B7. Grayscale: #232323. Windows color (decimal): -14672312 or 4726304. OLE color: 4726304.

HSL color Cylindrical-coordinate representation of color #201E48: hue angle of 242.86º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #201E48 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 32 30 72 -
CMYK 0.56 0.58 0 0.72
HSL 242.86º 0.41% 0.2% -
HSV(B) 242.86º 0.58% 0.28% -
XYZ 2.23 1.7 6.34 -
YUV 35.39 148.66 125.58 -
System Red Green Blue C M Y K H S L
Decimal 32 30 72 0.56 0.58 0 0.72 242.86 0.41 0.2
Hex 20 1E 48 38 3A 0 48 F3 29 14
Octal 40 36 110 70 72 0 110 363 51 24
Binary 100000 11110 1001000 111000 111010 0 1001000 11110011 101001 10100

Color Harmonies of #201E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201E48

Black with #201E48

Text Example


Text Example

White with #201E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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