Html Css Color HEX #212058 Paua

📋 copy color: '#212058'

red 33 ◦ green 32 ◦ blue 88

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

Shades of Paua #212058

Tints of Paua #212058

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.92%

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

R = 21.57%
G = 20.92%
B = 57.52%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#212058 (or 0x212058) is known color: Paua. HEX triplet: 21, 20 and 58. RGB value is (33,32,88). Sum of RGB (Red+Green+Blue) = 33+32+88=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 88 (34.77% from 255 or 57.52% from 153); Max value from RGB is 88 - color contains mainly: blue. Hex color #212058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212058 is #DEDFA7. Grayscale: #262626. Windows color (decimal): -14606248 or 5775393. OLE color: 5775393.

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

Color convert

RGB 33 32 88 -
CMYK 0.62 0.64 0 0.65
HSL 241.07º 0.47% 0.24% -
HSV(B) 241.07º 0.64% 0.35% -
XYZ 2.91 2.06 9.48 -
YUV 38.68 155.83 123.95 -
System Red Green Blue C M Y K H S L
Decimal 33 32 88 0.62 0.64 0 0.65 241.07 0.47 0.24
Hex 21 20 58 3E 40 0 41 F1 2F 18
Octal 41 40 130 76 100 0 101 361 57 30
Binary 100001 100000 1011000 111110 1000000 0 1000001 11110001 101111 11000

Color Harmonies of #212058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212058

Black with #212058

Text Example


Text Example

White with #212058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212058; }

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

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

background-color css

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

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

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

border-color css

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

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

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