Html Css Color HEX #21295E Lucky Point

📋 copy color: '#21295E'

red 33 ◦ green 41 ◦ blue 94

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

Shades of Lucky Point #21295E

Tints of Lucky Point #21295E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 55.95%

R = 19.64%
G = 24.4%
B = 55.95%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#21295E (or 0x21295E) is known color: Lucky Point. HEX triplet: 21, 29 and 5E. RGB value is (33,41,94). Sum of RGB (Red+Green+Blue) = 33+41+94=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 94 (37.11% from 255 or 55.95% from 168); Max value from RGB is 94 - color contains mainly: blue. Hex color #21295E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21295E is #DED6A1. Grayscale: #2C2C2C. Windows color (decimal): -14603938 or 6170913. OLE color: 6170913.

HSL color Cylindrical-coordinate representation of color #21295E: hue angle of 232.13º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21295E is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 33 41 94 -
CMYK 0.65 0.56 0 0.63
HSL 232.13º 0.48% 0.25% -
HSV(B) 232.13º 0.65% 0.37% -
XYZ 3.44 2.72 10.93 -
YUV 44.65 155.85 119.69 -
System Red Green Blue C M Y K H S L
Decimal 33 41 94 0.65 0.56 0 0.63 232.13 0.48 0.25
Hex 21 29 5E 41 38 0 3F E8 30 19
Octal 41 51 136 101 70 0 77 350 60 31
Binary 100001 101001 1011110 1000001 111000 0 111111 11101000 110000 11001

Color Harmonies of #21295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21295E

Black with #21295E

Text Example


Text Example

White with #21295E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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