Html Css Color HEX #28305F Lucky Point

📋 copy color: '#28305F'

red 40 ◦ green 48 ◦ blue 95

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

Shades of Lucky Point #28305F

Tints of Lucky Point #28305F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 51.91%

R = 21.86%
G = 26.23%
B = 51.91%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28305F (or 0x28305F) is known color: Lucky Point. HEX triplet: 28, 30 and 5F. RGB value is (40,48,95). Sum of RGB (Red+Green+Blue) = 40+48+95=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 95 (37.5% from 255 or 51.91% from 183); Max value from RGB is 95 - color contains mainly: blue. Hex color #28305F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28305F is #D7CFA0. Grayscale: #323232. Windows color (decimal): -14143393 or 6238248. OLE color: 6238248.

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

Color convert

RGB 40 48 95 -
CMYK 0.58 0.49 0 0.63
HSL 231.27º 0.41% 0.26% -
HSV(B) 231.27º 0.58% 0.37% -
XYZ 4 3.39 11.27 -
YUV 50.97 152.85 120.18 -
System Red Green Blue C M Y K H S L
Decimal 40 48 95 0.58 0.49 0 0.63 231.27 0.41 0.26
Hex 28 30 5F 3A 31 0 3F E7 29 1A
Octal 50 60 137 72 61 0 77 347 51 32
Binary 101000 110000 1011111 111010 110001 0 111111 11100111 101001 11010

Color Harmonies of #28305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28305F

Black with #28305F

Text Example


Text Example

White with #28305F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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