Html Css Color HEX #28295B Lucky Point

📋 copy color: '#28295B'

red 40 ◦ green 41 ◦ blue 91

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

Shades of Lucky Point #28295B

Tints of Lucky Point #28295B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 52.91%

R = 23.26%
G = 23.84%
B = 52.91%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28295B (or 0x28295B) is known color: Lucky Point. HEX triplet: 28, 29 and 5B. RGB value is (40,41,91). Sum of RGB (Red+Green+Blue) = 40+41+91=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #28295B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28295B is #D7D6A4. Grayscale: #2E2E2E. Windows color (decimal): -14145189 or 5974312. OLE color: 5974312.

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

Color convert

RGB 40 41 91 -
CMYK 0.56 0.55 0 0.64
HSL 238.82º 0.39% 0.26% -
HSV(B) 238.82º 0.56% 0.36% -
XYZ 3.56 2.79 10.25 -
YUV 46.4 153.17 123.43 -
System Red Green Blue C M Y K H S L
Decimal 40 41 91 0.56 0.55 0 0.64 238.82 0.39 0.26
Hex 28 29 5B 38 37 0 40 EF 27 1A
Octal 50 51 133 70 67 0 100 357 47 32
Binary 101000 101001 1011011 111000 110111 0 1000000 11101111 100111 11010

Color Harmonies of #28295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28295B

Black with #28295B

Text Example


Text Example

White with #28295B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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