#262C48

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

Shades of Lucky Point #262C48

Tints of Lucky Point #262C48

Color information

#262C48 (or 0x262C48) is unknown color: approx Lucky Point. HEX triplet: 26, 2C and 48. RGB value is (38,44,72). Sum of RGB (Red+Green+Blue) = 38+44+72=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #262C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262C48 is #D9D3B7. Grayscale: #2D2D2D. Windows color (decimal): -14275512 or 4729894. OLE color: 4729894.

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

Color convert

RGB384472-
CMYK0.470.3900.72
HSL229.41º30.91%21.57%-
HSV(B)229.41º47.22%28.24%-
XYZ2.872.686.5-
YUV45.4143.01122.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.68%
GREEN value IS 44 (17.58% from 255) = 28.57%
BLUE value IS 72 (28.52% from 255) = 46.75%
R=24.68%
G=28.57%
B=46.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3844720.470.3900.72229.4130.9121.57
Hex262C482F27048e51f16
Octal4654110574701103453726
Binary100110101100100100010111110011101001000111001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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