Html Css Color HEX #21184E Paua

📋 copy color: '#21184E'

red 33 ◦ green 24 ◦ blue 78

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

Shades of Paua #21184E

Tints of Paua #21184E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.78%

 BLUE value IS 78 (30.86% from 255) = 57.78%

R = 24.44%
G = 17.78%
B = 57.78%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#21184E (or 0x21184E) is known color: Paua. HEX triplet: 21, 18 and 4E. RGB value is (33,24,78). Sum of RGB (Red+Green+Blue) = 33+24+78=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 78 (30.86% from 255 or 57.78% from 135); Max value from RGB is 78 - color contains mainly: blue. Hex color #21184E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21184E is #DEE7B1. Grayscale: #202020. Windows color (decimal): -14608306 or 5117985. OLE color: 5117985.

HSL color Cylindrical-coordinate representation of color #21184E: hue angle of 250º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21184E is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 24 78 -
CMYK 0.58 0.69 0 0.69
HSL 250º 0.53% 0.2% -
HSV(B) 250º 0.69% 0.31% -
XYZ 2.33 1.53 7.38 -
YUV 32.85 153.48 128.11 -
System Red Green Blue C M Y K H S L
Decimal 33 24 78 0.58 0.69 0 0.69 250 0.53 0.2
Hex 21 18 4E 3A 45 0 45 FA 35 14
Octal 41 30 116 72 105 0 105 372 65 24
Binary 100001 11000 1001110 111010 1000101 0 1000101 11111010 110101 10100

Color Harmonies of #21184E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21184E

Black with #21184E

Text Example


Text Example

White with #21184E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21184E; }

 p { color: rgb(33,24,78); }

 H1.HeaderClassName
 {
   color: #21184E;
 }
 .AnyTagClassName
 {
   color: #21184E;
 }
</style>

background-color css

<style>
 a { background-color: #21184E; }

 a { background-color: rgb(33,24,78); }

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

border-color css

<style>
 span { border-color: #21184E; }

 span { border-color: rgb(33,24,78); }

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