#262C53

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

Shades of Lucky Point #262C53

Tints of Lucky Point #262C53

Color information

#262C53 (or 0x262C53) is unknown color: approx Lucky Point. HEX triplet: 26, 2C and 53. RGB value is (38,44,83). Sum of RGB (Red+Green+Blue) = 38+44+83=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #262C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262C53 is #D9D3AC. Grayscale: #2E2E2E. Windows color (decimal): -14275501 or 5450790. OLE color: 5450790.

HSL color Cylindrical-coordinate representation of color #262C53: hue angle of 232º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #262C53 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB384483-
CMYK0.540.4700.67
HSL232º37.19%23.73%-
HSV(B)232º54.22%32.55%-
XYZ3.262.848.56-
YUV46.65148.51121.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.03%
GREEN value IS 44 (17.58% from 255) = 26.67%
BLUE value IS 83 (32.81% from 255) = 50.30%
R=23.03%
G=26.67%
B=50.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3844830.540.4700.6723237.1923.73
Hex262C53362F043e82518
Octal4654123665701033504530
Binary1001101011001010011110110101111010000111110100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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