#262C46

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

Shades of Lucky Point #262C46

Tints of Lucky Point #262C46

Color information

#262C46 (or 0x262C46) is unknown color: approx Lucky Point. HEX triplet: 26, 2C and 46. RGB value is (38,44,70). Sum of RGB (Red+Green+Blue) = 38+44+70=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 70 (27.73% from 255 or 46.05% from 152); Max value from RGB is 70 - color contains mainly: blue. Hex color #262C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262C46 is #D9D3B9. Grayscale: #2D2D2D. Windows color (decimal): -14275514 or 4598822. OLE color: 4598822.

HSL color Cylindrical-coordinate representation of color #262C46: hue angle of 228.75º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #262C46 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB384470-
CMYK0.460.3700.73
HSL228.75º29.63%21.18%-
HSV(B)228.75º45.71%27.45%-
XYZ2.812.666.16-
YUV45.17142.01122.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25%
GREEN value IS 44 (17.58% from 255) = 28.95%
BLUE value IS 70 (27.73% from 255) = 46.05%
R=25%
G=28.95%
B=46.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3844700.460.3700.73228.7529.6321.18
Hex262C462E25049e51e15
Octal4654106564501113453625
Binary100110101100100011010111010010101001001111001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,44,70); }

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

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

 a { background-color: rgb(38,44,70); }

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

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

 span { border-color: rgb(38,44,70); }

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