Html Css Color HEX #21294D Lucky Point

📋 copy color: '#21294D'

red 33 ◦ green 41 ◦ blue 77

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

Shades of Lucky Point #21294D

Tints of Lucky Point #21294D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 50.99%

R = 21.85%
G = 27.15%
B = 50.99%

CMYK

 C value IS 0.57

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#21294D (or 0x21294D) is known color: Lucky Point. HEX triplet: 21, 29 and 4D. RGB value is (33,41,77). Sum of RGB (Red+Green+Blue) = 33+41+77=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #21294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21294D is #DED6B2. Grayscale: #2A2A2A. Windows color (decimal): -14603955 or 5056801. OLE color: 5056801.

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

Color convert

RGB 33 41 77 -
CMYK 0.57 0.47 0 0.70
HSL 229.09º 0.4% 0.22% -
HSV(B) 229.09º 0.57% 0.3% -
XYZ 2.76 2.45 7.35 -
YUV 42.71 147.35 121.07 -
System Red Green Blue C M Y K H S L
Decimal 33 41 77 0.57 0.47 0 0.70 229.09 0.4 0.22
Hex 21 29 4D 39 2F 0 46 E5 28 16
Octal 41 51 115 71 57 0 106 345 50 26
Binary 100001 101001 1001101 111001 101111 0 1000110 11100101 101000 10110

Color Harmonies of #21294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21294D

Black with #21294D

Text Example


Text Example

White with #21294D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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