Html Css Color HEX #211555 Paua

📋 copy color: '#211555'

red 33 ◦ green 21 ◦ blue 85

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

Shades of Paua #211555

Tints of Paua #211555

RGB

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

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

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

R = 23.74%
G = 15.11%
B = 61.15%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#211555 (or 0x211555) is known color: Paua. HEX triplet: 21, 15 and 55. RGB value is (33,21,85). Sum of RGB (Red+Green+Blue) = 33+21+85=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 85 (33.59% from 255 or 61.15% from 139); Max value from RGB is 85 - color contains mainly: blue. Hex color #211555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211555 is #DEEAAA. Grayscale: #1F1F1F. Windows color (decimal): -14609067 or 5575969. OLE color: 5575969.

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

Color convert

RGB 33 21 85 -
CMYK 0.61 0.75 0 0.67
HSL 251.25º 0.6% 0.21% -
HSV(B) 251.25º 0.75% 0.33% -
XYZ 2.54 1.52 8.75 -
YUV 31.88 157.98 128.8 -
System Red Green Blue C M Y K H S L
Decimal 33 21 85 0.61 0.75 0 0.67 251.25 0.6 0.21
Hex 21 15 55 3D 4B 0 43 FB 3C 15
Octal 41 25 125 75 113 0 103 373 74 25
Binary 100001 10101 1010101 111101 1001011 0 1000011 11111011 111100 10101

Color Harmonies of #211555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211555

Black with #211555

Text Example


Text Example

White with #211555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211555; }

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

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

background-color css

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

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

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

border-color css

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

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

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