#263259

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

Shades of Lucky Point #263259

Tints of Lucky Point #263259

Color information

#263259 (or 0x263259) is unknown color: approx Lucky Point. HEX triplet: 26, 32 and 59. RGB value is (38,50,89). Sum of RGB (Red+Green+Blue) = 38+50+89=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #263259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263259 is #D9CDA6. Grayscale: #323232. Windows color (decimal): -14273959 or 5845542. OLE color: 5845542.

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

Color convert

RGB385089-
CMYK0.570.4400.65
HSL225.88º40.16%24.9%-
HSV(B)225.88º57.3%34.9%-
XYZ3.743.419.91-
YUV50.86149.52118.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.47%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 89 (35.16% from 255) = 50.28%
R=21.47%
G=28.25%
B=50.28%

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
Decimal3850890.570.4400.65225.8840.1624.9
Hex263259392C041e22819
Octal4662131715401013425031
Binary1001101100101011001111001101100010000011110001010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263259; }

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

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

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

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

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

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

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

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