Html Css Color HEX #21165C Paua

📋 copy color: '#21165C'

red 33 ◦ green 22 ◦ blue 92

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

Shades of Paua #21165C

Tints of Paua #21165C

RGB

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

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

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

R = 22.45%
G = 14.97%
B = 62.59%

CMYK

 C value IS 0.64

 M value IS 0.76

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21165C (or 0x21165C) is known color: Paua. HEX triplet: 21, 16 and 5C. RGB value is (33,22,92). Sum of RGB (Red+Green+Blue) = 33+22+92=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #21165C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21165C is #DEE9A3. Grayscale: #212121. Windows color (decimal): -14608804 or 6034977. OLE color: 6034977.

HSL color Cylindrical-coordinate representation of color #21165C: hue angle of 249.43º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21165C is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 22 92 -
CMYK 0.64 0.76 0 0.64
HSL 249.43º 0.61% 0.22% -
HSV(B) 249.43º 0.76% 0.36% -
XYZ 2.85 1.67 10.3 -
YUV 33.27 161.14 127.81 -
System Red Green Blue C M Y K H S L
Decimal 33 22 92 0.64 0.76 0 0.64 249.43 0.61 0.22
Hex 21 16 5C 40 4C 0 40 F9 3D 16
Octal 41 26 134 100 114 0 100 371 75 26
Binary 100001 10110 1011100 1000000 1001100 0 1000000 11111001 111101 10110

Color Harmonies of #21165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21165C

Black with #21165C

Text Example


Text Example

White with #21165C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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