#262C60

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

Shades of Lucky Point #262C60

Tints of Lucky Point #262C60

Color information

#262C60 (or 0x262C60) is unknown color: approx Lucky Point. HEX triplet: 26, 2C and 60. RGB value is (38,44,96). Sum of RGB (Red+Green+Blue) = 38+44+96=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #262C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262C60 is #D9D39F. Grayscale: #2F2F2F. Windows color (decimal): -14275488 or 6302758. OLE color: 6302758.

HSL color Cylindrical-coordinate representation of color #262C60: hue angle of 233.79º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #262C60 is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB384496-
CMYK0.600.5400.62
HSL233.79º43.28%26.27%-
HSV(B)233.79º60.42%37.65%-
XYZ3.813.0611.46-
YUV48.13155.01120.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.35%
GREEN value IS 44 (17.58% from 255) = 24.72%
BLUE value IS 96 (37.89% from 255) = 53.93%
R=21.35%
G=24.72%
B=53.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3844960.600.5400.62233.7943.2826.27
Hex262C603C3603Eea2b1a
Octal465414074660763525332
Binary100110101100110000011110011011001111101110101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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