#262759

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

Shades of Lucky Point #262759

Tints of Lucky Point #262759

Color information

#262759 (or 0x262759) is unknown color: approx Lucky Point. HEX triplet: 26, 27 and 59. RGB value is (38,39,89). Sum of RGB (Red+Green+Blue) = 38+39+89=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #262759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262759 is #D9D8A6. Grayscale: #2C2C2C. Windows color (decimal): -14276775 or 5842726. OLE color: 5842726.

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

Color convert

RGB383989-
CMYK0.570.5600.65
HSL238.82º40.16%24.9%-
HSV(B)238.82º57.3%34.9%-
XYZ3.332.589.77-
YUV44.4153.17123.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.89%
GREEN value IS 39 (15.62% from 255) = 23.49%
BLUE value IS 89 (35.16% from 255) = 53.61%
R=22.89%
G=23.49%
B=53.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3839890.570.5600.65238.8240.1624.9
Hex2627593938041ef2819
Octal4647131717001013575031
Binary1001101001111011001111001111000010000011110111110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262759; }

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

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

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

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

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

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

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

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