Html Css Color HEX #211A57 Paua

📋 copy color: '#211A57'

red 33 ◦ green 26 ◦ blue 87

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

Shades of Paua #211A57

Tints of Paua #211A57

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.81%

 BLUE value IS 87 (34.38% from 255) = 59.59%

R = 22.6%
G = 17.81%
B = 59.59%

CMYK

 C value IS 0.62

 M value IS 0.70

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#211A57 (or 0x211A57) is known color: Paua. HEX triplet: 21, 1A and 57. RGB value is (33,26,87). Sum of RGB (Red+Green+Blue) = 33+26+87=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 87 (34.38% from 255 or 59.59% from 146); Max value from RGB is 87 - color contains mainly: blue. Hex color #211A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211A57 is #DEE5A8. Grayscale: #222222. Windows color (decimal): -14607785 or 5708321. OLE color: 5708321.

HSL color Cylindrical-coordinate representation of color #211A57: hue angle of 246.89º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #211A57 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 33 26 87 -
CMYK 0.62 0.70 0 0.66
HSL 246.89º 0.54% 0.22% -
HSV(B) 246.89º 0.7% 0.34% -
XYZ 2.72 1.75 9.21 -
YUV 35.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 33 26 87 0.62 0.70 0 0.66 246.89 0.54 0.22
Hex 21 1A 57 3E 46 0 42 F7 36 16
Octal 41 32 127 76 106 0 102 367 66 26
Binary 100001 11010 1010111 111110 1000110 0 1000010 11110111 110110 10110

Color Harmonies of #211A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211A57

Black with #211A57

Text Example


Text Example

White with #211A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211A57; }

 p { color: rgb(33,26,87); }

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

background-color css

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

 a { background-color: rgb(33,26,87); }

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

border-color css

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

 span { border-color: rgb(33,26,87); }

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