Html Css Color HEX #212251 Paua

📋 copy color: '#212251'

red 33 ◦ green 34 ◦ blue 81

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

Shades of Paua #212251

Tints of Paua #212251

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.97%

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

R = 22.3%
G = 22.97%
B = 54.73%

CMYK

 C value IS 0.59

 M value IS 0.58

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#212251 (or 0x212251) is known color: Paua. HEX triplet: 21, 22 and 51. RGB value is (33,34,81). Sum of RGB (Red+Green+Blue) = 33+34+81=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 81 (32.03% from 255 or 54.73% from 148); Max value from RGB is 81 - color contains mainly: blue. Hex color #212251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212251 is #DEDDAE. Grayscale: #262626. Windows color (decimal): -14605743 or 5317153. OLE color: 5317153.

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

Color convert

RGB 33 34 81 -
CMYK 0.59 0.58 0 0.68
HSL 238.75º 0.42% 0.22% -
HSV(B) 238.75º 0.59% 0.32% -
XYZ 2.68 2.06 8.04 -
YUV 39.06 151.67 123.68 -
System Red Green Blue C M Y K H S L
Decimal 33 34 81 0.59 0.58 0 0.68 238.75 0.42 0.22
Hex 21 22 51 3B 3A 0 44 EF 2A 16
Octal 41 42 121 73 72 0 104 357 52 26
Binary 100001 100010 1010001 111011 111010 0 1000100 11101111 101010 10110

Color Harmonies of #212251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212251

Black with #212251

Text Example


Text Example

White with #212251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212251; }

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

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

background-color css

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

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

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

border-color css

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

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

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