Html Css Color HEX #211551 Paua

📋 copy color: '#211551'

red 33 ◦ green 21 ◦ blue 81

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

Shades of Paua #211551

Tints of Paua #211551

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.56%

 BLUE value IS 81 (32.03% from 255) = 60%

R = 24.44%
G = 15.56%
B = 60%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#211551 (or 0x211551) is known color: Paua. HEX triplet: 21, 15 and 51. RGB value is (33,21,81). Sum of RGB (Red+Green+Blue) = 33+21+81=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 81 (32.03% from 255 or 60% from 135); Max value from RGB is 81 - color contains mainly: blue. Hex color #211551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211551 is #DEEAAE. Grayscale: #1F1F1F. Windows color (decimal): -14609071 or 5313825. OLE color: 5313825.

HSL color Cylindrical-coordinate representation of color #211551: hue angle of 252º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #211551 is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 21 81 -
CMYK 0.59 0.74 0 0.68
HSL 252º 0.59% 0.2% -
HSV(B) 252º 0.74% 0.32% -
XYZ 2.38 1.45 7.94 -
YUV 31.43 155.98 129.12 -
System Red Green Blue C M Y K H S L
Decimal 33 21 81 0.59 0.74 0 0.68 252 0.59 0.2
Hex 21 15 51 3B 4A 0 44 FC 3B 14
Octal 41 25 121 73 112 0 104 374 73 24
Binary 100001 10101 1010001 111011 1001010 0 1000100 11111100 111011 10100

Color Harmonies of #211551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211551

Black with #211551

Text Example


Text Example

White with #211551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211551; }

 p { color: rgb(33,21,81); }

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

background-color css

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

 a { background-color: rgb(33,21,81); }

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

border-color css

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

 span { border-color: rgb(33,21,81); }

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