Html Css Color HEX #28295D Lucky Point

📋 copy color: '#28295D'

red 40 ◦ green 41 ◦ blue 93

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

Shades of Lucky Point #28295D

Tints of Lucky Point #28295D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 53.45%

R = 22.99%
G = 23.56%
B = 53.45%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28295D (or 0x28295D) is known color: Lucky Point. HEX triplet: 28, 29 and 5D. RGB value is (40,41,93). Sum of RGB (Red+Green+Blue) = 40+41+93=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #28295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28295D is #D7D6A2. Grayscale: #2E2E2E. Windows color (decimal): -14145187 or 6105384. OLE color: 6105384.

HSL color Cylindrical-coordinate representation of color #28295D: hue angle of 238.87º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28295D is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 41 93 -
CMYK 0.57 0.56 0 0.64
HSL 238.87º 0.4% 0.26% -
HSV(B) 238.87º 0.57% 0.36% -
XYZ 3.64 2.83 10.71 -
YUV 46.63 154.17 123.27 -
System Red Green Blue C M Y K H S L
Decimal 40 41 93 0.57 0.56 0 0.64 238.87 0.4 0.26
Hex 28 29 5D 39 38 0 40 EF 28 1A
Octal 50 51 135 71 70 0 100 357 50 32
Binary 101000 101001 1011101 111001 111000 0 1000000 11101111 101000 11010

Color Harmonies of #28295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28295D

Black with #28295D

Text Example


Text Example

White with #28295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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