Html Css Color HEX #211F5D Paua

📋 copy color: '#211F5D'

red 33 ◦ green 31 ◦ blue 93

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

Shades of Paua #211F5D

Tints of Paua #211F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 59.24%

R = 21.02%
G = 19.75%
B = 59.24%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#211F5D (or 0x211F5D) is known color: Paua. HEX triplet: 21, 1F and 5D. RGB value is (33,31,93). Sum of RGB (Red+Green+Blue) = 33+31+93=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #211F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211F5D is #DEE0A2. Grayscale: #262626. Windows color (decimal): -14606499 or 6102817. OLE color: 6102817.

HSL color Cylindrical-coordinate representation of color #211F5D: hue angle of 241.94º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #211F5D is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 31 93 -
CMYK 0.65 0.67 0 0.64
HSL 241.94º 0.5% 0.24% -
HSV(B) 241.94º 0.67% 0.36% -
XYZ 3.09 2.09 10.6 -
YUV 38.67 158.66 123.96 -
System Red Green Blue C M Y K H S L
Decimal 33 31 93 0.65 0.67 0 0.64 241.94 0.5 0.24
Hex 21 1F 5D 41 43 0 40 F2 32 18
Octal 41 37 135 101 103 0 100 362 62 30
Binary 100001 11111 1011101 1000001 1000011 0 1000000 11110010 110010 11000

Color Harmonies of #211F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211F5D

Black with #211F5D

Text Example


Text Example

White with #211F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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