Html Css Color HEX #283059 Lucky Point

📋 copy color: '#283059'

red 40 ◦ green 48 ◦ blue 89

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

Shades of Lucky Point #283059

Tints of Lucky Point #283059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 50.28%

R = 22.6%
G = 27.12%
B = 50.28%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#283059 (or 0x283059) is known color: Lucky Point. HEX triplet: 28, 30 and 59. RGB value is (40,48,89). Sum of RGB (Red+Green+Blue) = 40+48+89=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #283059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283059 is #D7CFA6. Grayscale: #323232. Windows color (decimal): -14143399 or 5845032. OLE color: 5845032.

HSL color Cylindrical-coordinate representation of color #283059: hue angle of 230.2º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #283059 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 48 89 -
CMYK 0.55 0.46 0 0.65
HSL 230.2º 0.38% 0.25% -
HSV(B) 230.2º 0.55% 0.35% -
XYZ 3.74 3.29 9.89 -
YUV 50.28 149.85 120.67 -
System Red Green Blue C M Y K H S L
Decimal 40 48 89 0.55 0.46 0 0.65 230.2 0.38 0.25
Hex 28 30 59 37 2E 0 41 E6 26 19
Octal 50 60 131 67 56 0 101 346 46 31
Binary 101000 110000 1011001 110111 101110 0 1000001 11100110 100110 11001

Color Harmonies of #283059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283059

Black with #283059

Text Example


Text Example

White with #283059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283059; }

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

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

background-color css

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

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

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

border-color css

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

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

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