Html Css Color HEX #212055 Paua

📋 copy color: '#212055'

red 33 ◦ green 32 ◦ blue 85

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

Shades of Paua #212055

Tints of Paua #212055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.33%

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

R = 22%
G = 21.33%
B = 56.67%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#212055 (or 0x212055) is known color: Paua. HEX triplet: 21, 20 and 55. RGB value is (33,32,85). Sum of RGB (Red+Green+Blue) = 33+32+85=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 85 (33.59% from 255 or 56.67% from 150); Max value from RGB is 85 - color contains mainly: blue. Hex color #212055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212055 is #DEDFAA. Grayscale: #262626. Windows color (decimal): -14606251 or 5578785. OLE color: 5578785.

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

Color convert

RGB 33 32 85 -
CMYK 0.61 0.62 0 0.67
HSL 241.13º 0.45% 0.23% -
HSV(B) 241.13º 0.62% 0.33% -
XYZ 2.78 2.01 8.84 -
YUV 38.34 154.33 124.19 -
System Red Green Blue C M Y K H S L
Decimal 33 32 85 0.61 0.62 0 0.67 241.13 0.45 0.23
Hex 21 20 55 3D 3E 0 43 F1 2D 17
Octal 41 40 125 75 76 0 103 361 55 27
Binary 100001 100000 1010101 111101 111110 0 1000011 11110001 101101 10111

Color Harmonies of #212055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212055

Black with #212055

Text Example


Text Example

White with #212055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212055; }

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

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

background-color css

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

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

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

border-color css

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

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

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