Html Css Color HEX #211753 Paua

📋 copy color: '#211753'

red 33 ◦ green 23 ◦ blue 83

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

Shades of Paua #211753

Tints of Paua #211753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 59.71%

R = 23.74%
G = 16.55%
B = 59.71%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#211753 (or 0x211753) is known color: Paua. HEX triplet: 21, 17 and 53. RGB value is (33,23,83). Sum of RGB (Red+Green+Blue) = 33+23+83=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #211753 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211753 is #DEE8AC. Grayscale: #202020. Windows color (decimal): -14608557 or 5445409. OLE color: 5445409.

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

Color convert

RGB 33 23 83 -
CMYK 0.60 0.72 0 0.67
HSL 250º 0.57% 0.21% -
HSV(B) 250º 0.72% 0.33% -
XYZ 2.49 1.56 8.35 -
YUV 32.83 156.31 128.12 -
System Red Green Blue C M Y K H S L
Decimal 33 23 83 0.60 0.72 0 0.67 250 0.57 0.21
Hex 21 17 53 3C 48 0 43 FA 39 15
Octal 41 27 123 74 110 0 103 372 71 25
Binary 100001 10111 1010011 111100 1001000 0 1000011 11111010 111001 10101

Color Harmonies of #211753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211753

Black with #211753

Text Example


Text Example

White with #211753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211753; }

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

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

background-color css

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

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

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

border-color css

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

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

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