#262F5D

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

Shades of Lucky Point #262F5D

Tints of Lucky Point #262F5D

Color information

#262F5D (or 0x262F5D) is unknown color: approx Lucky Point. HEX triplet: 26, 2F and 5D. RGB value is (38,47,93). Sum of RGB (Red+Green+Blue) = 38+47+93=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #262F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262F5D is #D9D0A2. Grayscale: #313131. Windows color (decimal): -14274723 or 6106918. OLE color: 6106918.

HSL color Cylindrical-coordinate representation of color #262F5D: hue angle of 230.18º 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 #262F5D is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB384793-
CMYK0.590.4900.64
HSL230.18º41.98%25.69%-
HSV(B)230.18º59.14%36.47%-
XYZ3.793.2410.78-
YUV49.55152.52119.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.35%
GREEN value IS 47 (18.75% from 255) = 26.40%
BLUE value IS 93 (36.72% from 255) = 52.25%
R=21.35%
G=26.40%
B=52.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3847930.590.4900.64230.1841.9825.69
Hex262F5D3B31040e62a1a
Octal4657135736101003465232
Binary1001101011111011101111011110001010000001110011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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