Html Css Color HEX #201C4B Paua

📋 copy color: '#201C4B'

red 32 ◦ green 28 ◦ blue 75

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

Shades of Paua #201C4B

Tints of Paua #201C4B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.74%

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

R = 23.7%
G = 20.74%
B = 55.56%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#201C4B (or 0x201C4B) is known color: Paua. HEX triplet: 20, 1C and 4B. RGB value is (32,28,75). Sum of RGB (Red+Green+Blue) = 32+28+75=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 75 (29.69% from 255 or 55.56% from 135); Max value from RGB is 75 - color contains mainly: blue. Hex color #201C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201C4B is #DFE3B4. Grayscale: #222222. Windows color (decimal): -14672821 or 4922400. OLE color: 4922400.

HSL color Cylindrical-coordinate representation of color #201C4B: hue angle of 245.11º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #201C4B is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 32 28 75 -
CMYK 0.57 0.63 0 0.71
HSL 245.11º 0.46% 0.2% -
HSV(B) 245.11º 0.63% 0.29% -
XYZ 2.28 1.65 6.85 -
YUV 34.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 32 28 75 0.57 0.63 0 0.71 245.11 0.46 0.2
Hex 20 1C 4B 39 3F 0 47 F5 2E 14
Octal 40 34 113 71 77 0 107 365 56 24
Binary 100000 11100 1001011 111001 111111 0 1000111 11110101 101110 10100

Color Harmonies of #201C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201C4B

Black with #201C4B

Text Example


Text Example

White with #201C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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