Html Css Color HEX #211F53 Paua

📋 copy color: '#211F53'

red 33 ◦ green 31 ◦ blue 83

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

Shades of Paua #211F53

Tints of Paua #211F53

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.09%

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

R = 22.45%
G = 21.09%
B = 56.46%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#211F53 (or 0x211F53) is known color: Paua. HEX triplet: 21, 1F and 53. RGB value is (33,31,83). Sum of RGB (Red+Green+Blue) = 33+31+83=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #211F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211F53 is #DEE0AC. Grayscale: #252525. Windows color (decimal): -14606509 or 5447457. OLE color: 5447457.

HSL color Cylindrical-coordinate representation of color #211F53: hue angle of 242.31º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #211F53 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 31 83 -
CMYK 0.60 0.63 0 0.67
HSL 242.31º 0.46% 0.22% -
HSV(B) 242.31º 0.63% 0.33% -
XYZ 2.68 1.93 8.41 -
YUV 37.53 153.66 124.77 -
System Red Green Blue C M Y K H S L
Decimal 33 31 83 0.60 0.63 0 0.67 242.31 0.46 0.22
Hex 21 1F 53 3C 3F 0 43 F2 2E 16
Octal 41 37 123 74 77 0 103 362 56 26
Binary 100001 11111 1010011 111100 111111 0 1000011 11110010 101110 10110

Color Harmonies of #211F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211F53

Black with #211F53

Text Example


Text Example

White with #211F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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