Html Css Color HEX #211658 Paua

📋 copy color: '#211658'

red 33 ◦ green 22 ◦ blue 88

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

Shades of Paua #211658

Tints of Paua #211658

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.38%

 BLUE value IS 88 (34.77% from 255) = 61.54%

R = 23.08%
G = 15.38%
B = 61.54%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#211658 (or 0x211658) is known color: Paua. HEX triplet: 21, 16 and 58. RGB value is (33,22,88). Sum of RGB (Red+Green+Blue) = 33+22+88=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 88 (34.77% from 255 or 61.54% from 143); Max value from RGB is 88 - color contains mainly: blue. Hex color #211658 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211658 is #DEE9A7. Grayscale: #202020. Windows color (decimal): -14608808 or 5772833. OLE color: 5772833.

HSL color Cylindrical-coordinate representation of color #211658: hue angle of 250º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #211658 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 22 88 -
CMYK 0.62 0.75 0 0.65
HSL 250º 0.6% 0.22% -
HSV(B) 250º 0.75% 0.35% -
XYZ 2.68 1.6 9.4 -
YUV 32.81 159.14 128.13 -
System Red Green Blue C M Y K H S L
Decimal 33 22 88 0.62 0.75 0 0.65 250 0.6 0.22
Hex 21 16 58 3E 4B 0 41 FA 3C 16
Octal 41 26 130 76 113 0 101 372 74 26
Binary 100001 10110 1011000 111110 1001011 0 1000001 11111010 111100 10110

Color Harmonies of #211658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211658

Black with #211658

Text Example


Text Example

White with #211658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211658; }

 p { color: rgb(33,22,88); }

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

background-color css

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

 a { background-color: rgb(33,22,88); }

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

border-color css

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

 span { border-color: rgb(33,22,88); }

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