Html Css Color HEX #21295A Lucky Point

📋 copy color: '#21295A'

red 33 ◦ green 41 ◦ blue 90

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

Shades of Lucky Point #21295A

Tints of Lucky Point #21295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25%

 BLUE value IS 90 (35.55% from 255) = 54.88%

R = 20.12%
G = 25%
B = 54.88%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#21295A (or 0x21295A) is known color: Lucky Point. HEX triplet: 21, 29 and 5A. RGB value is (33,41,90). Sum of RGB (Red+Green+Blue) = 33+41+90=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #21295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21295A is #DED6A5. Grayscale: #2B2B2B. Windows color (decimal): -14603942 or 5908769. OLE color: 5908769.

HSL color Cylindrical-coordinate representation of color #21295A: hue angle of 231.58º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21295A is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 41 90 -
CMYK 0.63 0.54 0 0.65
HSL 231.58º 0.46% 0.24% -
HSV(B) 231.58º 0.63% 0.35% -
XYZ 3.27 2.65 10.01 -
YUV 44.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 33 41 90 0.63 0.54 0 0.65 231.58 0.46 0.24
Hex 21 29 5A 3F 36 0 41 E8 2E 18
Octal 41 51 132 77 66 0 101 350 56 30
Binary 100001 101001 1011010 111111 110110 0 1000001 11101000 101110 11000

Color Harmonies of #21295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21295A

Black with #21295A

Text Example


Text Example

White with #21295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21295A; }

 p { color: rgb(33,41,90); }

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

background-color css

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

 a { background-color: rgb(33,41,90); }

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

border-color css

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

 span { border-color: rgb(33,41,90); }

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