#262B48

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

Shades of Lucky Point #262B48

Tints of Lucky Point #262B48

Color information

#262B48 (or 0x262B48) is unknown color: approx Lucky Point. HEX triplet: 26, 2B and 48. RGB value is (38,43,72). Sum of RGB (Red+Green+Blue) = 38+43+72=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 43 (17.19% from 255 or 28.10% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 72 - color contains mainly: blue. Hex color #262B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262B48 is #D9D4B7. Grayscale: #2C2C2C. Windows color (decimal): -14275768 or 4729638. OLE color: 4729638.

HSL color Cylindrical-coordinate representation of color #262B48: hue angle of 231.18º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #262B48 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB384372-
CMYK0.470.4000.72
HSL231.18º30.91%21.57%-
HSV(B)231.18º47.22%28.24%-
XYZ2.832.616.48-
YUV44.81143.34123.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.84%
GREEN value IS 43 (17.19% from 255) = 28.10%
BLUE value IS 72 (28.52% from 255) = 47.06%
R=24.84%
G=28.10%
B=47.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3843720.470.4000.72231.1830.9121.57
Hex262B482F28048e71f16
Octal4653110575001103473726
Binary100110101011100100010111110100001001000111001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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