Html Css Color HEX #211254 Paua

📋 copy color: '#211254'

red 33 ◦ green 18 ◦ blue 84

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

Shades of Paua #211254

Tints of Paua #211254

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.33%

 BLUE value IS 84 (33.2% from 255) = 62.22%

R = 24.44%
G = 13.33%
B = 62.22%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#211254 (or 0x211254) is known color: Paua. HEX triplet: 21, 12 and 54. RGB value is (33,18,84). Sum of RGB (Red+Green+Blue) = 33+18+84=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 84 (33.20% from 255 or 62.22% from 135); Max value from RGB is 84 - color contains mainly: blue. Hex color #211254 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211254 is #DEEDAB. Grayscale: #1D1D1D. Windows color (decimal): -14609836 or 5509665. OLE color: 5509665.

HSL color Cylindrical-coordinate representation of color #211254: hue angle of 253.64º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #211254 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 18 84 -
CMYK 0.61 0.79 0 0.67
HSL 253.64º 0.65% 0.2% -
HSV(B) 253.64º 0.79% 0.33% -
XYZ 2.44 1.4 8.53 -
YUV 30.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 33 18 84 0.61 0.79 0 0.67 253.64 0.65 0.2
Hex 21 12 54 3D 4F 0 43 FE 41 14
Octal 41 22 124 75 117 0 103 376 101 24
Binary 100001 10010 1010100 111101 1001111 0 1000011 11111110 1000001 10100

Color Harmonies of #211254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211254

Black with #211254

Text Example


Text Example

White with #211254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211254; }

 p { color: rgb(33,18,84); }

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

background-color css

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

 a { background-color: rgb(33,18,84); }

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

border-color css

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

 span { border-color: rgb(33,18,84); }

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