#263059

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

Shades of Lucky Point #263059

Tints of Lucky Point #263059

Color information

#263059 (or 0x263059) is unknown color: approx Lucky Point. HEX triplet: 26, 30 and 59. RGB value is (38,48,89). Sum of RGB (Red+Green+Blue) = 38+48+89=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #263059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263059 is #D9CFA6. Grayscale: #313131. Windows color (decimal): -14274471 or 5845030. OLE color: 5845030.

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

Color convert

RGB384889-
CMYK0.570.4600.65
HSL228.24º40.16%24.9%-
HSV(B)228.24º57.3%34.9%-
XYZ3.663.259.89-
YUV49.68150.19119.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.71%
GREEN value IS 48 (19.14% from 255) = 27.43%
BLUE value IS 89 (35.16% from 255) = 50.86%
R=21.71%
G=27.43%
B=50.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3848890.570.4600.65228.2440.1624.9
Hex263059392E041e42819
Octal4660131715601013445031
Binary1001101100001011001111001101110010000011110010010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263059; }

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

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

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

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

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

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

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

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