#262F5B

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

Shades of Lucky Point #262F5B

Tints of Lucky Point #262F5B

Color information

#262F5B (or 0x262F5B) is unknown color: approx Lucky Point. HEX triplet: 26, 2F and 5B. RGB value is (38,47,91). Sum of RGB (Red+Green+Blue) = 38+47+91=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #262F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262F5B is #D9D0A4. Grayscale: #313131. Windows color (decimal): -14274725 or 5975846. OLE color: 5975846.

HSL color Cylindrical-coordinate representation of color #262F5B: hue angle of 229.81º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #262F5B is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB384791-
CMYK0.580.4800.64
HSL229.81º41.09%25.29%-
HSV(B)229.81º58.24%35.69%-
XYZ3.73.210.32-
YUV49.32151.52119.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.59%
GREEN value IS 47 (18.75% from 255) = 26.70%
BLUE value IS 91 (35.94% from 255) = 51.70%
R=21.59%
G=26.70%
B=51.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3847910.580.4800.64229.8141.0925.29
Hex262F5B3A30040e62919
Octal4657133726001003465131
Binary1001101011111011011111010110000010000001110011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,47,91); }

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

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

 a { background-color: rgb(38,47,91); }

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

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

 span { border-color: rgb(38,47,91); }

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