Html Css Color HEX #201E4B Paua

📋 copy color: '#201E4B'

red 32 ◦ green 30 ◦ blue 75

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

Shades of Paua #201E4B

Tints of Paua #201E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 54.74%

R = 23.36%
G = 21.9%
B = 54.74%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#201E4B (or 0x201E4B) is known color: Paua. HEX triplet: 20, 1E and 4B. RGB value is (32,30,75). Sum of RGB (Red+Green+Blue) = 32+30+75=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 75 (29.69% from 255 or 54.74% from 137); Max value from RGB is 75 - color contains mainly: blue. Hex color #201E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201E4B is #DFE1B4. Grayscale: #232323. Windows color (decimal): -14672309 or 4922912. OLE color: 4922912.

HSL color Cylindrical-coordinate representation of color #201E4B: hue angle of 242.67º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #201E4B is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 32 30 75 -
CMYK 0.57 0.60 0 0.71
HSL 242.67º 0.43% 0.21% -
HSV(B) 242.67º 0.6% 0.29% -
XYZ 2.33 1.74 6.87 -
YUV 35.73 150.16 125.34 -
System Red Green Blue C M Y K H S L
Decimal 32 30 75 0.57 0.60 0 0.71 242.67 0.43 0.21
Hex 20 1E 4B 39 3C 0 47 F3 2B 15
Octal 40 36 113 71 74 0 107 363 53 25
Binary 100000 11110 1001011 111001 111100 0 1000111 11110011 101011 10101

Color Harmonies of #201E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201E4B

Black with #201E4B

Text Example


Text Example

White with #201E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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