Html Css Color HEX #28304F Lucky Point

📋 copy color: '#28304F'

red 40 ◦ green 48 ◦ blue 79

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

Shades of Lucky Point #28304F

Tints of Lucky Point #28304F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.74%

 BLUE value IS 79 (31.25% from 255) = 47.31%

R = 23.95%
G = 28.74%
B = 47.31%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#28304F (or 0x28304F) is known color: Lucky Point. HEX triplet: 28, 30 and 4F. RGB value is (40,48,79). Sum of RGB (Red+Green+Blue) = 40+48+79=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 79 - color contains mainly: blue. Hex color #28304F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28304F is #D7CFB0. Grayscale: #313131. Windows color (decimal): -14143409 or 5189672. OLE color: 5189672.

HSL color Cylindrical-coordinate representation of color #28304F: hue angle of 227.69º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #28304F is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 40 48 79 -
CMYK 0.49 0.39 0 0.69
HSL 227.69º 0.33% 0.23% -
HSV(B) 227.69º 0.49% 0.31% -
XYZ 3.34 3.13 7.82 -
YUV 49.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 40 48 79 0.49 0.39 0 0.69 227.69 0.33 0.23
Hex 28 30 4F 31 27 0 45 E4 21 17
Octal 50 60 117 61 47 0 105 344 41 27
Binary 101000 110000 1001111 110001 100111 0 1000101 11100100 100001 10111

Color Harmonies of #28304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28304F

Black with #28304F

Text Example


Text Example

White with #28304F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28304F; }

 p { color: rgb(40,48,79); }

 H1.HeaderClassName
 {
   color: #28304F;
 }
 .AnyTagClassName
 {
   color: #28304F;
 }
</style>

background-color css

<style>
 a { background-color: #28304F; }

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

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

border-color css

<style>
 span { border-color: #28304F; }

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

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