Html Css Color HEX #211855 Paua

📋 copy color: '#211855'

red 33 ◦ green 24 ◦ blue 85

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

Shades of Paua #211855

Tints of Paua #211855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 59.86%

R = 23.24%
G = 16.9%
B = 59.86%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#211855 (or 0x211855) is known color: Paua. HEX triplet: 21, 18 and 55. RGB value is (33,24,85). Sum of RGB (Red+Green+Blue) = 33+24+85=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 85 (33.59% from 255 or 59.86% from 142); Max value from RGB is 85 - color contains mainly: blue. Hex color #211855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211855 is #DEE7AA. Grayscale: #212121. Windows color (decimal): -14608299 or 5576737. OLE color: 5576737.

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

Color convert

RGB 33 24 85 -
CMYK 0.61 0.72 0 0.67
HSL 248.85º 0.56% 0.21% -
HSV(B) 248.85º 0.72% 0.33% -
XYZ 2.59 1.63 8.77 -
YUV 33.65 156.98 127.54 -
System Red Green Blue C M Y K H S L
Decimal 33 24 85 0.61 0.72 0 0.67 248.85 0.56 0.21
Hex 21 18 55 3D 48 0 43 F9 38 15
Octal 41 30 125 75 110 0 103 371 70 25
Binary 100001 11000 1010101 111101 1001000 0 1000011 11111001 111000 10101

Color Harmonies of #211855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211855

Black with #211855

Text Example


Text Example

White with #211855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211855; }

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

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

background-color css

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

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

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

border-color css

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

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

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