Html Css Color HEX #21174C Paua

📋 copy color: '#21174C'

red 33 ◦ green 23 ◦ blue 76

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

Shades of Paua #21174C

Tints of Paua #21174C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.42%

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

R = 25%
G = 17.42%
B = 57.58%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#21174C (or 0x21174C) is known color: Paua. HEX triplet: 21, 17 and 4C. RGB value is (33,23,76). Sum of RGB (Red+Green+Blue) = 33+23+76=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 76 (30.08% from 255 or 57.58% from 132); Max value from RGB is 76 - color contains mainly: blue. Hex color #21174C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21174C is #DEE8B3. Grayscale: #1F1F1F. Windows color (decimal): -14608564 or 4986657. OLE color: 4986657.

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

Color convert

RGB 33 23 76 -
CMYK 0.57 0.70 0 0.70
HSL 251.32º 0.54% 0.19% -
HSV(B) 251.32º 0.7% 0.3% -
XYZ 2.24 1.46 7 -
YUV 32.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 33 23 76 0.57 0.70 0 0.70 251.32 0.54 0.19
Hex 21 17 4C 39 46 0 46 FB 36 13
Octal 41 27 114 71 106 0 106 373 66 23
Binary 100001 10111 1001100 111001 1000110 0 1000110 11111011 110110 10011

Color Harmonies of #21174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21174C

Black with #21174C

Text Example


Text Example

White with #21174C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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