Html Css Color HEX #211757 Paua

📋 copy color: '#211757'

red 33 ◦ green 23 ◦ blue 87

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

Shades of Paua #211757

Tints of Paua #211757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 60.84%

R = 23.08%
G = 16.08%
B = 60.84%

CMYK

 C value IS 0.62

 M value IS 0.74

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#211757 (or 0x211757) is known color: Paua. HEX triplet: 21, 17 and 57. RGB value is (33,23,87). Sum of RGB (Red+Green+Blue) = 33+23+87=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 87 (34.38% from 255 or 60.84% from 143); Max value from RGB is 87 - color contains mainly: blue. Hex color #211757 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211757 is #DEE8A8. Grayscale: #212121. Windows color (decimal): -14608553 or 5707553. OLE color: 5707553.

HSL color Cylindrical-coordinate representation of color #211757: hue angle of 249.38º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #211757 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 33 23 87 -
CMYK 0.62 0.74 0 0.66
HSL 249.38º 0.58% 0.22% -
HSV(B) 249.38º 0.74% 0.34% -
XYZ 2.65 1.62 9.19 -
YUV 33.29 158.31 127.8 -
System Red Green Blue C M Y K H S L
Decimal 33 23 87 0.62 0.74 0 0.66 249.38 0.58 0.22
Hex 21 17 57 3E 4A 0 42 F9 3A 16
Octal 41 27 127 76 112 0 102 371 72 26
Binary 100001 10111 1010111 111110 1001010 0 1000010 11111001 111010 10110

Color Harmonies of #211757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211757

Black with #211757

Text Example


Text Example

White with #211757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211757; }

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

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

background-color css

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

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

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

border-color css

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

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

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