#262D61

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

Shades of Lucky Point #262D61

Tints of Lucky Point #262D61

Color information

#262D61 (or 0x262D61) is unknown color: approx Lucky Point. HEX triplet: 26, 2D and 61. RGB value is (38,45,97). Sum of RGB (Red+Green+Blue) = 38+45+97=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #262D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262D61 is #D9D29E. Grayscale: #303030. Windows color (decimal): -14275231 or 6368550. OLE color: 6368550.

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

Color convert

RGB384597-
CMYK0.610.5400.62
HSL232.88º43.7%26.47%-
HSV(B)232.88º60.82%38.04%-
XYZ3.93.1511.71-
YUV48.84155.18120.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.11%
GREEN value IS 45 (17.97% from 255) = 25%
BLUE value IS 97 (38.28% from 255) = 53.89%
R=21.11%
G=25%
B=53.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3845970.610.5400.62232.8843.726.47
Hex262D613D3603Ee92c1a
Octal465514175660763515432
Binary100110101101110000111110111011001111101110100110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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