#262D55

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

Shades of Lucky Point #262D55

Tints of Lucky Point #262D55

Color information

#262D55 (or 0x262D55) is unknown color: approx Lucky Point. HEX triplet: 26, 2D and 55. RGB value is (38,45,85). Sum of RGB (Red+Green+Blue) = 38+45+85=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #262D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262D55 is #D9D2AA. Grayscale: #2F2F2F. Windows color (decimal): -14275243 or 5582118. OLE color: 5582118.

HSL color Cylindrical-coordinate representation of color #262D55: hue angle of 231.06º 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 #262D55 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB384585-
CMYK0.550.4700.67
HSL231.06º38.21%24.12%-
HSV(B)231.06º55.29%33.33%-
XYZ3.382.948.98-
YUV47.47149.18121.25-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.62%
GREEN value IS 45 (17.97% from 255) = 26.79%
BLUE value IS 85 (33.59% from 255) = 50.60%
R=22.62%
G=26.79%
B=50.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3845850.550.4700.67231.0638.2124.12
Hex262D55372F043e72618
Octal4655125675701033474630
Binary1001101011011010101110111101111010000111110011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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