Html Css Color HEX #21164C Paua

📋 copy color: '#21164C'

red 33 ◦ green 22 ◦ blue 76

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

Shades of Paua #21164C

Tints of Paua #21164C

RGB

 RED value IS 33 (13.28% from 255) = 25.19%

 GREEN value IS 22 (8.98% from 255) = 16.79%

 BLUE value IS 76 (30.08% from 255) = 58.02%

R = 25.19%
G = 16.79%
B = 58.02%

CMYK

 C value IS 0.57

 M value IS 0.71

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#21164C (or 0x21164C) is known color: Paua. HEX triplet: 21, 16 and 4C. RGB value is (33,22,76). Sum of RGB (Red+Green+Blue) = 33+22+76=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 76 (30.08% from 255 or 58.02% from 131); Max value from RGB is 76 - color contains mainly: blue. Hex color #21164C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21164C is #DEE9B3. Grayscale: #1F1F1F. Windows color (decimal): -14608820 or 4986401. OLE color: 4986401.

HSL color Cylindrical-coordinate representation of color #21164C: hue angle of 252.22º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21164C is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 22 76 -
CMYK 0.57 0.71 0 0.70
HSL 252.22º 0.55% 0.19% -
HSV(B) 252.22º 0.71% 0.3% -
XYZ 2.22 1.42 6.99 -
YUV 31.45 153.14 129.11 -
System Red Green Blue C M Y K H S L
Decimal 33 22 76 0.57 0.71 0 0.70 252.22 0.55 0.19
Hex 21 16 4C 39 47 0 46 FC 37 13
Octal 41 26 114 71 107 0 106 374 67 23
Binary 100001 10110 1001100 111001 1000111 0 1000110 11111100 110111 10011

Color Harmonies of #21164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21164C

Black with #21164C

Text Example


Text Example

White with #21164C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21164C; }

 p { color: rgb(33,22,76); }

 H1.HeaderClassName
 {
   color: #21164C;
 }
 .AnyTagClassName
 {
   color: #21164C;
 }
</style>

background-color css

<style>
 a { background-color: #21164C; }

 a { background-color: rgb(33,22,76); }

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

border-color css

<style>
 span { border-color: #21164C; }

 span { border-color: rgb(33,22,76); }

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