Html Css Color HEX #211E5C Paua

📋 copy color: '#211E5C'

red 33 ◦ green 30 ◦ blue 92

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

Shades of Paua #211E5C

Tints of Paua #211E5C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.35%

 BLUE value IS 92 (36.33% from 255) = 59.35%

R = 21.29%
G = 19.35%
B = 59.35%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#211E5C (or 0x211E5C) is known color: Paua. HEX triplet: 21, 1E and 5C. RGB value is (33,30,92). Sum of RGB (Red+Green+Blue) = 33+30+92=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 92 (36.33% from 255 or 59.35% from 155); Max value from RGB is 92 - color contains mainly: blue. Hex color #211E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211E5C is #DEE1A3. Grayscale: #252525. Windows color (decimal): -14606756 or 6037025. OLE color: 6037025.

HSL color Cylindrical-coordinate representation of color #211E5C: hue angle of 242.9º degrees, saturation: 0.51, 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 #211E5C is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 30 92 -
CMYK 0.64 0.67 0 0.64
HSL 242.9º 0.51% 0.24% -
HSV(B) 242.9º 0.67% 0.36% -
XYZ 3.02 2.02 10.36 -
YUV 37.97 158.49 124.46 -
System Red Green Blue C M Y K H S L
Decimal 33 30 92 0.64 0.67 0 0.64 242.9 0.51 0.24
Hex 21 1E 5C 40 43 0 40 F3 33 18
Octal 41 36 134 100 103 0 100 363 63 30
Binary 100001 11110 1011100 1000000 1000011 0 1000000 11110011 110011 11000

Color Harmonies of #211E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211E5C

Black with #211E5C

Text Example


Text Example

White with #211E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,30,92); }

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

background-color css

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

 a { background-color: rgb(33,30,92); }

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

border-color css

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

 span { border-color: rgb(33,30,92); }

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