#262B47

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

Shades of Lucky Point #262B47

Tints of Lucky Point #262B47

Color information

#262B47 (or 0x262B47) is unknown color: approx Lucky Point. HEX triplet: 26, 2B and 47. RGB value is (38,43,71). Sum of RGB (Red+Green+Blue) = 38+43+71=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 71 - color contains mainly: blue. Hex color #262B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262B47 is #D9D4B8. Grayscale: #2C2C2C. Windows color (decimal): -14275769 or 4664102. OLE color: 4664102.

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

Color convert

RGB384371-
CMYK0.460.3900.72
HSL230.91º30.28%21.37%-
HSV(B)230.91º46.48%27.84%-
XYZ2.82.596.31-
YUV44.7142.84123.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25%
GREEN value IS 43 (17.19% from 255) = 28.29%
BLUE value IS 71 (28.12% from 255) = 46.71%
R=25%
G=28.29%
B=46.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3843710.460.3900.72230.9130.2821.37
Hex262B472E27048e71e15
Octal4653107564701103473625
Binary100110101011100011110111010011101001000111001111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,43,71); }

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

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

 a { background-color: rgb(38,43,71); }

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

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

 span { border-color: rgb(38,43,71); }

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