#262A61

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

Shades of Lucky Point #262A61

Tints of Lucky Point #262A61

Color information

#262A61 (or 0x262A61) is unknown color: approx Lucky Point. HEX triplet: 26, 2A and 61. RGB value is (38,42,97). Sum of RGB (Red+Green+Blue) = 38+42+97=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #262A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262A61 is #D9D59E. Grayscale: #2E2E2E. Windows color (decimal): -14275999 or 6367782. OLE color: 6367782.

HSL color Cylindrical-coordinate representation of color #262A61: hue angle of 235.93º 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 #262A61 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB384297-
CMYK0.610.5700.62
HSL235.93º43.7%26.47%-
HSV(B)235.93º60.82%38.04%-
XYZ3.782.9311.68-
YUV47.07156.17121.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.47%
GREEN value IS 42 (16.80% from 255) = 23.73%
BLUE value IS 97 (38.28% from 255) = 54.80%
R=21.47%
G=23.73%
B=54.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3842970.610.5700.62235.9343.726.47
Hex262A613D3903Eec2c1a
Octal465214175710763545432
Binary100110101010110000111110111100101111101110110010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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