Html Css Color HEX #211958 Paua

📋 copy color: '#211958'

red 33 ◦ green 25 ◦ blue 88

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

Shades of Paua #211958

Tints of Paua #211958

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.12%

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

R = 22.6%
G = 17.12%
B = 60.27%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#211958 (or 0x211958) is known color: Paua. HEX triplet: 21, 19 and 58. RGB value is (33,25,88). Sum of RGB (Red+Green+Blue) = 33+25+88=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 88 (34.77% from 255 or 60.27% from 146); Max value from RGB is 88 - color contains mainly: blue. Hex color #211958 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211958 is #DEE6A7. Grayscale: #222222. Windows color (decimal): -14608040 or 5773601. OLE color: 5773601.

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

Color convert

RGB 33 25 88 -
CMYK 0.62 0.72 0 0.65
HSL 247.62º 0.56% 0.22% -
HSV(B) 247.62º 0.72% 0.35% -
XYZ 2.74 1.72 9.42 -
YUV 34.57 158.15 126.88 -
System Red Green Blue C M Y K H S L
Decimal 33 25 88 0.62 0.72 0 0.65 247.62 0.56 0.22
Hex 21 19 58 3E 48 0 41 F8 38 16
Octal 41 31 130 76 110 0 101 370 70 26
Binary 100001 11001 1011000 111110 1001000 0 1000001 11111000 111000 10110

Color Harmonies of #211958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211958

Black with #211958

Text Example


Text Example

White with #211958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211958; }

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

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

background-color css

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

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

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

border-color css

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

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

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