Html Css Color HEX #211952 Paua

📋 copy color: '#211952'

red 33 ◦ green 25 ◦ blue 82

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

Shades of Paua #211952

Tints of Paua #211952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 58.57%

R = 23.57%
G = 17.86%
B = 58.57%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#211952 (or 0x211952) is known color: Paua. HEX triplet: 21, 19 and 52. RGB value is (33,25,82). Sum of RGB (Red+Green+Blue) = 33+25+82=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #211952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211952 is #DEE6AD. Grayscale: #212121. Windows color (decimal): -14608046 or 5380385. OLE color: 5380385.

HSL color Cylindrical-coordinate representation of color #211952: hue angle of 248.42º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #211952 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 25 82 -
CMYK 0.60 0.70 0 0.68
HSL 248.42º 0.53% 0.21% -
HSV(B) 248.42º 0.7% 0.32% -
XYZ 2.5 1.63 8.17 -
YUV 33.89 155.15 127.37 -
System Red Green Blue C M Y K H S L
Decimal 33 25 82 0.60 0.70 0 0.68 248.42 0.53 0.21
Hex 21 19 52 3C 46 0 44 F8 35 15
Octal 41 31 122 74 106 0 104 370 65 25
Binary 100001 11001 1010010 111100 1000110 0 1000100 11111000 110101 10101

Color Harmonies of #211952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211952

Black with #211952

Text Example


Text Example

White with #211952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211952; }

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

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

background-color css

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

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

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

border-color css

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

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

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