Html Css Color HEX #28305E Lucky Point

📋 copy color: '#28305E'

red 40 ◦ green 48 ◦ blue 94

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

Shades of Lucky Point #28305E

Tints of Lucky Point #28305E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 51.65%

R = 21.98%
G = 26.37%
B = 51.65%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28305E (or 0x28305E) is known color: Lucky Point. HEX triplet: 28, 30 and 5E. RGB value is (40,48,94). Sum of RGB (Red+Green+Blue) = 40+48+94=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 94 (37.11% from 255 or 51.65% from 182); Max value from RGB is 94 - color contains mainly: blue. Hex color #28305E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28305E is #D7CFA1. Grayscale: #323232. Windows color (decimal): -14143394 or 6172712. OLE color: 6172712.

HSL color Cylindrical-coordinate representation of color #28305E: hue angle of 231.11º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28305E is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 48 94 -
CMYK 0.57 0.49 0 0.63
HSL 231.11º 0.4% 0.26% -
HSV(B) 231.11º 0.57% 0.37% -
XYZ 3.95 3.37 11.03 -
YUV 50.85 152.35 120.26 -
System Red Green Blue C M Y K H S L
Decimal 40 48 94 0.57 0.49 0 0.63 231.11 0.4 0.26
Hex 28 30 5E 39 31 0 3F E7 28 1A
Octal 50 60 136 71 61 0 77 347 50 32
Binary 101000 110000 1011110 111001 110001 0 111111 11100111 101000 11010

Color Harmonies of #28305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28305E

Black with #28305E

Text Example


Text Example

White with #28305E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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