#26305A

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

Shades of Lucky Point #26305A

Tints of Lucky Point #26305A

Color information

#26305A (or 0x26305A) is unknown color: approx Lucky Point. HEX triplet: 26, 30 and 5A. RGB value is (38,48,90). Sum of RGB (Red+Green+Blue) = 38+48+90=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #26305A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26305A is #D9CFA5. Grayscale: #313131. Windows color (decimal): -14274470 or 5910566. OLE color: 5910566.

HSL color Cylindrical-coordinate representation of color #26305A: hue angle of 228.46º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26305A is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB384890-
CMYK0.580.4700.65
HSL228.46º40.62%25.1%-
HSV(B)228.46º57.78%35.29%-
XYZ3.73.2610.11-
YUV49.8150.69119.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.59%
GREEN value IS 48 (19.14% from 255) = 27.27%
BLUE value IS 90 (35.55% from 255) = 51.14%
R=21.59%
G=27.27%
B=51.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3848900.580.4700.65228.4640.6225.1
Hex26305A3A2F041e42919
Octal4660132725701013445131
Binary1001101100001011010111010101111010000011110010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,48,90); }

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

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

 a { background-color: rgb(38,48,90); }

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

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

 span { border-color: rgb(38,48,90); }

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