Html Css Color HEX #21294C Lucky Point

📋 copy color: '#21294C'

red 33 ◦ green 41 ◦ blue 76

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

Shades of Lucky Point #21294C

Tints of Lucky Point #21294C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 50.67%

R = 22%
G = 27.33%
B = 50.67%

CMYK

 C value IS 0.57

 M value IS 0.46

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#21294C (or 0x21294C) is known color: Lucky Point. HEX triplet: 21, 29 and 4C. RGB value is (33,41,76). Sum of RGB (Red+Green+Blue) = 33+41+76=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 76 (30.08% from 255 or 50.67% from 150); Max value from RGB is 76 - color contains mainly: blue. Hex color #21294C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21294C is #DED6B3. Grayscale: #2A2A2A. Windows color (decimal): -14603956 or 4991265. OLE color: 4991265.

HSL color Cylindrical-coordinate representation of color #21294C: hue angle of 228.84º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21294C is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 41 76 -
CMYK 0.57 0.46 0 0.70
HSL 228.84º 0.39% 0.21% -
HSV(B) 228.84º 0.57% 0.3% -
XYZ 2.72 2.43 7.16 -
YUV 42.6 146.85 121.15 -
System Red Green Blue C M Y K H S L
Decimal 33 41 76 0.57 0.46 0 0.70 228.84 0.39 0.21
Hex 21 29 4C 39 2E 0 46 E5 27 15
Octal 41 51 114 71 56 0 106 345 47 25
Binary 100001 101001 1001100 111001 101110 0 1000110 11100101 100111 10101

Color Harmonies of #21294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21294C

Black with #21294C

Text Example


Text Example

White with #21294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21294C; }

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

 H1.HeaderClassName
 {
   color: #21294C;
 }
 .AnyTagClassName
 {
   color: #21294C;
 }
</style>

background-color css

<style>
 a { background-color: #21294C; }

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

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

border-color css

<style>
 span { border-color: #21294C; }

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

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