Html Css Color HEX #211858 Paua

📋 copy color: '#211858'

red 33 ◦ green 24 ◦ blue 88

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

Shades of Paua #211858

Tints of Paua #211858

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.55%

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

R = 22.76%
G = 16.55%
B = 60.69%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#211858 (or 0x211858) is known color: Paua. HEX triplet: 21, 18 and 58. RGB value is (33,24,88). Sum of RGB (Red+Green+Blue) = 33+24+88=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 88 (34.77% from 255 or 60.69% from 145); Max value from RGB is 88 - color contains mainly: blue. Hex color #211858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211858 is #DEE7A7. Grayscale: #212121. Windows color (decimal): -14608296 or 5773345. OLE color: 5773345.

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

Color convert

RGB 33 24 88 -
CMYK 0.62 0.73 0 0.65
HSL 248.44º 0.57% 0.22% -
HSV(B) 248.44º 0.73% 0.35% -
XYZ 2.72 1.68 9.41 -
YUV 33.99 158.48 127.3 -
System Red Green Blue C M Y K H S L
Decimal 33 24 88 0.62 0.73 0 0.65 248.44 0.57 0.22
Hex 21 18 58 3E 49 0 41 F8 39 16
Octal 41 30 130 76 111 0 101 370 71 26
Binary 100001 11000 1011000 111110 1001001 0 1000001 11111000 111001 10110

Color Harmonies of #211858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211858

Black with #211858

Text Example


Text Example

White with #211858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211858; }

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

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

background-color css

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

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

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

border-color css

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

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

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