Html Css Color HEX #211C58 Paua

📋 copy color: '#211C58'

red 33 ◦ green 28 ◦ blue 88

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

Shades of Paua #211C58

Tints of Paua #211C58

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.79%

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

R = 22.15%
G = 18.79%
B = 59.06%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#211C58 (or 0x211C58) is known color: Paua. HEX triplet: 21, 1C and 58. RGB value is (33,28,88). Sum of RGB (Red+Green+Blue) = 33+28+88=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 88 (34.77% from 255 or 59.06% from 149); Max value from RGB is 88 - color contains mainly: blue. Hex color #211C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211C58 is #DEE3A7. Grayscale: #242424. Windows color (decimal): -14607272 or 5774369. OLE color: 5774369.

HSL color Cylindrical-coordinate representation of color #211C58: hue angle of 245º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #211C58 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 28 88 -
CMYK 0.62 0.68 0 0.65
HSL 245º 0.52% 0.23% -
HSV(B) 245º 0.68% 0.35% -
XYZ 2.8 1.86 9.44 -
YUV 36.34 157.16 125.62 -
System Red Green Blue C M Y K H S L
Decimal 33 28 88 0.62 0.68 0 0.65 245 0.52 0.23
Hex 21 1C 58 3E 44 0 41 F5 34 17
Octal 41 34 130 76 104 0 101 365 64 27
Binary 100001 11100 1011000 111110 1000100 0 1000001 11110101 110100 10111

Color Harmonies of #211C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211C58

Black with #211C58

Text Example


Text Example

White with #211C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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