#262A48

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

Shades of Lucky Point #262A48

Tints of Lucky Point #262A48

Color information

#262A48 (or 0x262A48) is unknown color: approx Lucky Point. HEX triplet: 26, 2A and 48. RGB value is (38,42,72). Sum of RGB (Red+Green+Blue) = 38+42+72=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #262A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262A48 is #D9D5B7. Grayscale: #2C2C2C. Windows color (decimal): -14276024 or 4729382. OLE color: 4729382.

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

Color convert

RGB384272-
CMYK0.470.4200.72
HSL232.94º30.91%21.57%-
HSV(B)232.94º47.22%28.24%-
XYZ2.82.546.47-
YUV44.22143.67123.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25%
GREEN value IS 42 (16.80% from 255) = 27.63%
BLUE value IS 72 (28.52% from 255) = 47.37%
R=25%
G=27.63%
B=47.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3842720.470.4200.72232.9430.9121.57
Hex262A482F2A048e91f16
Octal4652110575201103513726
Binary100110101010100100010111110101001001000111010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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