Html Css Color HEX #28294B Lucky Point

📋 copy color: '#28294B'

red 40 ◦ green 41 ◦ blue 75

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

Shades of Lucky Point #28294B

Tints of Lucky Point #28294B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 48.08%

R = 25.64%
G = 26.28%
B = 48.08%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#28294B (or 0x28294B) is known color: Lucky Point. HEX triplet: 28, 29 and 4B. RGB value is (40,41,75). Sum of RGB (Red+Green+Blue) = 40+41+75=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #28294B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28294B is #D7D6B4. Grayscale: #2C2C2C. Windows color (decimal): -14145205 or 4925736. OLE color: 4925736.

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

Color convert

RGB 40 41 75 -
CMYK 0.47 0.45 0 0.71
HSL 238.29º 0.3% 0.23% -
HSV(B) 238.29º 0.47% 0.29% -
XYZ 2.94 2.54 6.99 -
YUV 44.58 145.17 124.74 -
System Red Green Blue C M Y K H S L
Decimal 40 41 75 0.47 0.45 0 0.71 238.29 0.3 0.23
Hex 28 29 4B 2F 2D 0 47 EE 1E 17
Octal 50 51 113 57 55 0 107 356 36 27
Binary 101000 101001 1001011 101111 101101 0 1000111 11101110 11110 10111

Color Harmonies of #28294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28294B

Black with #28294B

Text Example


Text Example

White with #28294B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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