#262961

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

Shades of Lucky Point #262961

Tints of Lucky Point #262961

Color information

#262961 (or 0x262961) is unknown color: approx Lucky Point. HEX triplet: 26, 29 and 61. RGB value is (38,41,97). Sum of RGB (Red+Green+Blue) = 38+41+97=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 97 (38.28% from 255 or 55.11% from 176); Max value from RGB is 97 - color contains mainly: blue. Hex color #262961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262961 is #D9D69E. Grayscale: #2E2E2E. Windows color (decimal): -14276255 or 6367526. OLE color: 6367526.

HSL color Cylindrical-coordinate representation of color #262961: hue angle of 236.95º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #262961 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB384197-
CMYK0.610.5800.62
HSL236.95º43.7%26.47%-
HSV(B)236.95º60.82%38.04%-
XYZ3.752.8611.66-
YUV46.49156.51121.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.59%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 97 (38.28% from 255) = 55.11%
R=21.59%
G=23.30%
B=55.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3841970.610.5800.62236.9543.726.47
Hex2629613D3A03Eed2c1a
Octal465114175720763555432
Binary100110101001110000111110111101001111101110110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262961; }

 p { color: rgb(38,41,97); }

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

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

 a { background-color: rgb(38,41,97); }

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

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

 span { border-color: rgb(38,41,97); }

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