Html Css Color HEX #28284B Lucky Point

📋 copy color: '#28284B'

red 40 ◦ green 40 ◦ blue 75

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

Shades of Lucky Point #28284B

Tints of Lucky Point #28284B

RGB

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

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

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

R = 25.81%
G = 25.81%
B = 48.39%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#28284B (or 0x28284B) is known color: Lucky Point. HEX triplet: 28, 28 and 4B. RGB value is (40,40,75). Sum of RGB (Red+Green+Blue) = 40+40+75=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: blue. Hex color #28284B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28284B is #D7D7B4. Grayscale: #2B2B2B. Windows color (decimal): -14145461 or 4925480. OLE color: 4925480.

HSL color Cylindrical-coordinate representation of color #28284B: hue angle of 240º 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 #28284B is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 40 40 75 -
CMYK 0.47 0.47 0 0.71
HSL 240º 0.3% 0.23% -
HSV(B) 240º 0.47% 0.29% -
XYZ 2.9 2.48 6.98 -
YUV 43.99 145.5 125.15 -
System Red Green Blue C M Y K H S L
Decimal 40 40 75 0.47 0.47 0 0.71 240 0.3 0.23
Hex 28 28 4B 2F 2F 0 47 F0 1E 17
Octal 50 50 113 57 57 0 107 360 36 27
Binary 101000 101000 1001011 101111 101111 0 1000111 11110000 11110 10111

Color Harmonies of #28284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28284B

Black with #28284B

Text Example


Text Example

White with #28284B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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