#26284A

Color #26284A Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #26284A

Tints of Lucky Point #26284A

Color information

#26284A (or 0x26284A) is unknown color: approx Lucky Point. HEX triplet: 26, 28 and 4A. RGB value is (38,40,74). Sum of RGB (Red+Green+Blue) = 38+40+74=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 74 (29.30% from 255 or 48.68% from 152); Max value from RGB is 74 - color contains mainly: blue. Hex color #26284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26284A is #D9D7B5. Grayscale: #2B2B2B. Windows color (decimal): -14276534 or 4859942. OLE color: 4859942.

HSL color Cylindrical-coordinate representation of color #26284A: hue angle of 236.67º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #26284A is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB384074-
CMYK0.490.4600.71
HSL236.67º32.14%21.96%-
HSV(B)236.67º48.65%29.02%-
XYZ2.792.426.8-
YUV43.28145.34124.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25%
GREEN value IS 40 (16.02% from 255) = 26.32%
BLUE value IS 74 (29.30% from 255) = 48.68%
R=25%
G=26.32%
B=48.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3840740.490.4600.71236.6732.1421.96
Hex26284A312E047ed2016
Octal4650112615601073554026
Binary1001101010001001010110001101110010001111110110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26284A; }

 p { color: rgb(38,40,74); }

 H1.HeaderClassName
 {
   color: #26284A;
 }
 .AnyTagClassName
 {
   color: #26284A;
 }
</style>
background-color css

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

 a { background-color: rgb(38,40,74); }

 div.DivClassName
 {
   background-color: #26284A;
 }
 .BgClassName
 {
   background-color: #26284A;
 }
</style>
border-color css

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

 span { border-color: rgb(38,40,74); }

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