Html Css Color HEX #211D5D Paua

📋 copy color: '#211D5D'

red 33 ◦ green 29 ◦ blue 93

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

Shades of Paua #211D5D

Tints of Paua #211D5D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.71%

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

R = 21.29%
G = 18.71%
B = 60%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#211D5D (or 0x211D5D) is known color: Paua. HEX triplet: 21, 1D and 5D. RGB value is (33,29,93). Sum of RGB (Red+Green+Blue) = 33+29+93=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 93 (36.72% from 255 or 60% from 155); Max value from RGB is 93 - color contains mainly: blue. Hex color #211D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211D5D is #DEE2A2. Grayscale: #252525. Windows color (decimal): -14607011 or 6102305. OLE color: 6102305.

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

Color convert

RGB 33 29 93 -
CMYK 0.65 0.69 0 0.64
HSL 243.75º 0.52% 0.24% -
HSV(B) 243.75º 0.69% 0.36% -
XYZ 3.04 1.99 10.58 -
YUV 37.49 159.33 124.8 -
System Red Green Blue C M Y K H S L
Decimal 33 29 93 0.65 0.69 0 0.64 243.75 0.52 0.24
Hex 21 1D 5D 41 45 0 40 F4 34 18
Octal 41 35 135 101 105 0 100 364 64 30
Binary 100001 11101 1011101 1000001 1000101 0 1000000 11110100 110100 11000

Color Harmonies of #211D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211D5D

Black with #211D5D

Text Example


Text Example

White with #211D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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