#262C4C

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

Shades of Lucky Point #262C4C

Tints of Lucky Point #262C4C

Color information

#262C4C (or 0x262C4C) is unknown color: approx Lucky Point. HEX triplet: 26, 2C and 4C. RGB value is (38,44,76). Sum of RGB (Red+Green+Blue) = 38+44+76=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 76 - color contains mainly: blue. Hex color #262C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262C4C is #D9D3B3. Grayscale: #2D2D2D. Windows color (decimal): -14275508 or 4992038. OLE color: 4992038.

HSL color Cylindrical-coordinate representation of color #262C4C: hue angle of 230.53º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #262C4C is Cyan = 0.5, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB384476-
CMYK0.50.4200.70
HSL230.53º33.33%22.35%-
HSV(B)230.53º50%29.8%-
XYZ32.747.21-
YUV45.85145.01122.4-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.05%
GREEN value IS 44 (17.58% from 255) = 27.85%
BLUE value IS 76 (30.08% from 255) = 48.10%
R=24.05%
G=27.85%
B=48.10%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3844760.50.4200.70230.5333.3322.35
Hex262C4C322A046e72116
Octal4654114625201063474126
Binary1001101011001001100110010101010010001101110011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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