Html Css Color HEX #211754 Paua

📋 copy color: '#211754'

red 33 ◦ green 23 ◦ blue 84

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

Shades of Paua #211754

Tints of Paua #211754

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.43%

 BLUE value IS 84 (33.2% from 255) = 60%

R = 23.57%
G = 16.43%
B = 60%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#211754 (or 0x211754) is known color: Paua. HEX triplet: 21, 17 and 54. RGB value is (33,23,84). Sum of RGB (Red+Green+Blue) = 33+23+84=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 84 (33.20% from 255 or 60% from 140); Max value from RGB is 84 - color contains mainly: blue. Hex color #211754 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211754 is #DEE8AB. Grayscale: #202020. Windows color (decimal): -14608556 or 5510945. OLE color: 5510945.

HSL color Cylindrical-coordinate representation of color #211754: hue angle of 249.84º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #211754 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 23 84 -
CMYK 0.61 0.73 0 0.67
HSL 249.84º 0.57% 0.21% -
HSV(B) 249.84º 0.73% 0.33% -
XYZ 2.53 1.58 8.56 -
YUV 32.94 156.81 128.04 -
System Red Green Blue C M Y K H S L
Decimal 33 23 84 0.61 0.73 0 0.67 249.84 0.57 0.21
Hex 21 17 54 3D 49 0 43 FA 39 15
Octal 41 27 124 75 111 0 103 372 71 25
Binary 100001 10111 1010100 111101 1001001 0 1000011 11111010 111001 10101

Color Harmonies of #211754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211754

Black with #211754

Text Example


Text Example

White with #211754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211754; }

 p { color: rgb(33,23,84); }

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

background-color css

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

 a { background-color: rgb(33,23,84); }

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

border-color css

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

 span { border-color: rgb(33,23,84); }

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