Html Css Color HEX #211452 Paua

📋 copy color: '#211452'

red 33 ◦ green 20 ◦ blue 82

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

Shades of Paua #211452

Tints of Paua #211452

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.81%

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

R = 24.44%
G = 14.81%
B = 60.74%

CMYK

 C value IS 0.60

 M value IS 0.76

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#211452 (or 0x211452) is known color: Paua. HEX triplet: 21, 14 and 52. RGB value is (33,20,82). Sum of RGB (Red+Green+Blue) = 33+20+82=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 82 (32.42% from 255 or 60.74% from 135); Max value from RGB is 82 - color contains mainly: blue. Hex color #211452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211452 is #DEEBAD. Grayscale: #1E1E1E. Windows color (decimal): -14609326 or 5379105. OLE color: 5379105.

HSL color Cylindrical-coordinate representation of color #211452: hue angle of 252.58º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #211452 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 20 82 -
CMYK 0.60 0.76 0 0.68
HSL 252.58º 0.61% 0.2% -
HSV(B) 252.58º 0.76% 0.32% -
XYZ 2.4 1.43 8.13 -
YUV 30.96 156.81 129.46 -
System Red Green Blue C M Y K H S L
Decimal 33 20 82 0.60 0.76 0 0.68 252.58 0.61 0.2
Hex 21 14 52 3C 4C 0 44 FD 3D 14
Octal 41 24 122 74 114 0 104 375 75 24
Binary 100001 10100 1010010 111100 1001100 0 1000100 11111101 111101 10100

Color Harmonies of #211452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211452

Black with #211452

Text Example


Text Example

White with #211452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211452; }

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

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

background-color css

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

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

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

border-color css

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

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

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