#262E59

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

Shades of Lucky Point #262E59

Tints of Lucky Point #262E59

Color information

#262E59 (or 0x262E59) is unknown color: approx Lucky Point. HEX triplet: 26, 2E and 59. RGB value is (38,46,89). Sum of RGB (Red+Green+Blue) = 38+46+89=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #262E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262E59 is #D9D1A6. Grayscale: #303030. Windows color (decimal): -14274983 or 5844518. OLE color: 5844518.

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

Color convert

RGB384689-
CMYK0.570.4800.65
HSL230.59º40.16%24.9%-
HSV(B)230.59º57.3%34.9%-
XYZ3.583.099.86-
YUV48.51150.85120.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.97%
GREEN value IS 46 (18.36% from 255) = 26.59%
BLUE value IS 89 (35.16% from 255) = 51.45%
R=21.97%
G=26.59%
B=51.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3846890.570.4800.65230.5940.1624.9
Hex262E593930041e72819
Octal4656131716001013475031
Binary1001101011101011001111001110000010000011110011110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262E59; }

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

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

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

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

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

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

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

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