#263158

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

Shades of Lucky Point #263158

Tints of Lucky Point #263158

Color information

#263158 (or 0x263158) is unknown color: approx Lucky Point. HEX triplet: 26, 31 and 58. RGB value is (38,49,88). Sum of RGB (Red+Green+Blue) = 38+49+88=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #263158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263158 is #D9CEA7. Grayscale: #313131. Windows color (decimal): -14274216 or 5779750. OLE color: 5779750.

HSL color Cylindrical-coordinate representation of color #263158: hue angle of 226.8º 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 #263158 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB384988-
CMYK0.570.4400.65
HSL226.8º39.68%24.71%-
HSV(B)226.8º56.82%34.51%-
XYZ3.663.319.68-
YUV50.16149.36119.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.71%
GREEN value IS 49 (19.53% from 255) = 28%
BLUE value IS 88 (34.77% from 255) = 50.29%
R=21.71%
G=28%
B=50.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3849880.570.4400.65226.839.6824.71
Hex263158392C041e32819
Octal4661130715401013435031
Binary1001101100011011000111001101100010000011110001110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263158; }

 p { color: rgb(38,49,88); }

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

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

 a { background-color: rgb(38,49,88); }

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

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

 span { border-color: rgb(38,49,88); }

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