Html Css Color HEX #28294A Lucky Point

📋 copy color: '#28294A'

red 40 ◦ green 41 ◦ blue 74

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

Shades of Lucky Point #28294A

Tints of Lucky Point #28294A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 47.74%

R = 25.81%
G = 26.45%
B = 47.74%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#28294A (or 0x28294A) is known color: Lucky Point. HEX triplet: 28, 29 and 4A. RGB value is (40,41,74). Sum of RGB (Red+Green+Blue) = 40+41+74=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #28294A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28294A is #D7D6B5. Grayscale: #2C2C2C. Windows color (decimal): -14145206 or 4860200. OLE color: 4860200.

HSL color Cylindrical-coordinate representation of color #28294A: hue angle of 238.24º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #28294A is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 40 41 74 -
CMYK 0.46 0.45 0 0.71
HSL 238.24º 0.3% 0.22% -
HSV(B) 238.24º 0.46% 0.29% -
XYZ 2.9 2.53 6.81 -
YUV 44.46 144.67 124.82 -
System Red Green Blue C M Y K H S L
Decimal 40 41 74 0.46 0.45 0 0.71 238.24 0.3 0.22
Hex 28 29 4A 2E 2D 0 47 EE 1E 16
Octal 50 51 112 56 55 0 107 356 36 26
Binary 101000 101001 1001010 101110 101101 0 1000111 11101110 11110 10110

Color Harmonies of #28294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28294A

Black with #28294A

Text Example


Text Example

White with #28294A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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