Html Css Color HEX #28305D Lucky Point

📋 copy color: '#28305D'

red 40 ◦ green 48 ◦ blue 93

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

Shades of Lucky Point #28305D

Tints of Lucky Point #28305D

RGB

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

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

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

R = 22.1%
G = 26.52%
B = 51.38%

CMYK

 C value IS 0.57

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28305D (or 0x28305D) is known color: Lucky Point. HEX triplet: 28, 30 and 5D. RGB value is (40,48,93). Sum of RGB (Red+Green+Blue) = 40+48+93=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #28305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28305D is #D7CFA2. Grayscale: #323232. Windows color (decimal): -14143395 or 6107176. OLE color: 6107176.

HSL color Cylindrical-coordinate representation of color #28305D: hue angle of 230.94º 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 #28305D is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 48 93 -
CMYK 0.57 0.48 0 0.64
HSL 230.94º 0.4% 0.26% -
HSV(B) 230.94º 0.57% 0.36% -
XYZ 3.91 3.36 10.8 -
YUV 50.74 151.85 120.34 -
System Red Green Blue C M Y K H S L
Decimal 40 48 93 0.57 0.48 0 0.64 230.94 0.4 0.26
Hex 28 30 5D 39 30 0 40 E7 28 1A
Octal 50 60 135 71 60 0 100 347 50 32
Binary 101000 110000 1011101 111001 110000 0 1000000 11100111 101000 11010

Color Harmonies of #28305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28305D

Black with #28305D

Text Example


Text Example

White with #28305D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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