#263155

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

Shades of Lucky Point #263155

Tints of Lucky Point #263155

Color information

#263155 (or 0x263155) is unknown color: approx Lucky Point. HEX triplet: 26, 31 and 55. RGB value is (38,49,85). Sum of RGB (Red+Green+Blue) = 38+49+85=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #263155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263155 is #D9CEAA. Grayscale: #313131. Windows color (decimal): -14274219 or 5583142. OLE color: 5583142.

HSL color Cylindrical-coordinate representation of color #263155: hue angle of 225.96º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #263155 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB384985-
CMYK0.550.4200.67
HSL225.96º38.21%24.12%-
HSV(B)225.96º55.29%33.33%-
XYZ3.543.269.04-
YUV49.82147.86119.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.09%
GREEN value IS 49 (19.53% from 255) = 28.49%
BLUE value IS 85 (33.59% from 255) = 49.42%
R=22.09%
G=28.49%
B=49.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3849850.550.4200.67225.9638.2124.12
Hex263155372A043e22618
Octal4661125675201033424630
Binary1001101100011010101110111101010010000111110001010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263155; }

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

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

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

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

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

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

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

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