#262950

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

Shades of Lucky Point #262950

Tints of Lucky Point #262950

Color information

#262950 (or 0x262950) is unknown color: approx Lucky Point. HEX triplet: 26, 29 and 50. RGB value is (38,41,80). Sum of RGB (Red+Green+Blue) = 38+41+80=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #262950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262950 is #D9D6AF. Grayscale: #2C2C2C. Windows color (decimal): -14276272 or 5253414. OLE color: 5253414.

HSL color Cylindrical-coordinate representation of color #262950: hue angle of 235.71º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #262950 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB384180-
CMYK0.520.4900.69
HSL235.71º35.59%23.14%-
HSV(B)235.71º52.5%31.37%-
XYZ3.042.587.93-
YUV44.55148.01123.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.90%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 80 (31.64% from 255) = 50.31%
R=23.90%
G=25.79%
B=50.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3841800.520.4900.69235.7135.5923.14
Hex2629503431045ec2417
Octal4651120646101053544427
Binary1001101010011010000110100110001010001011110110010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262950; }

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

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

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

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

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

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

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

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