Html Css Color HEX #28294D Lucky Point

📋 copy color: '#28294D'

red 40 ◦ green 41 ◦ blue 77

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

Shades of Lucky Point #28294D

Tints of Lucky Point #28294D

RGB

 RED value IS 40 (16.02% from 255) = 25.32%

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

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

R = 25.32%
G = 25.95%
B = 48.73%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#28294D (or 0x28294D) is known color: Lucky Point. HEX triplet: 28, 29 and 4D. RGB value is (40,41,77). Sum of RGB (Red+Green+Blue) = 40+41+77=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #28294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28294D is #D7D6B2. Grayscale: #2C2C2C. Windows color (decimal): -14145203 or 5056808. OLE color: 5056808.

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

Color convert

RGB 40 41 77 -
CMYK 0.48 0.47 0 0.70
HSL 238.38º 0.32% 0.23% -
HSV(B) 238.38º 0.48% 0.3% -
XYZ 3.01 2.57 7.36 -
YUV 44.81 146.17 124.57 -
System Red Green Blue C M Y K H S L
Decimal 40 41 77 0.48 0.47 0 0.70 238.38 0.32 0.23
Hex 28 29 4D 30 2F 0 46 EE 20 17
Octal 50 51 115 60 57 0 106 356 40 27
Binary 101000 101001 1001101 110000 101111 0 1000110 11101110 100000 10111

Color Harmonies of #28294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28294D

Black with #28294D

Text Example


Text Example

White with #28294D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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