#262B5D

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

Shades of Lucky Point #262B5D

Tints of Lucky Point #262B5D

Color information

#262B5D (or 0x262B5D) is unknown color: approx Lucky Point. HEX triplet: 26, 2B and 5D. RGB value is (38,43,93). Sum of RGB (Red+Green+Blue) = 38+43+93=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 43 (17.19% from 255 or 24.71% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #262B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262B5D is #D9D4A2. Grayscale: #2F2F2F. Windows color (decimal): -14275747 or 6105894. OLE color: 6105894.

HSL color Cylindrical-coordinate representation of color #262B5D: hue angle of 234.55º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #262B5D is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB384393-
CMYK0.590.5400.64
HSL234.55º41.98%25.69%-
HSV(B)234.55º59.14%36.47%-
XYZ3.642.9310.73-
YUV47.2153.84121.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.84%
GREEN value IS 43 (17.19% from 255) = 24.71%
BLUE value IS 93 (36.72% from 255) = 53.45%
R=21.84%
G=24.71%
B=53.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3843930.590.5400.64234.5541.9825.69
Hex262B5D3B36040eb2a1a
Octal4653135736601003535232
Binary1001101010111011101111011110110010000001110101110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,43,93); }

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

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

 a { background-color: rgb(38,43,93); }

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

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

 span { border-color: rgb(38,43,93); }

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