#262F50

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

Shades of Lucky Point #262F50

Tints of Lucky Point #262F50

Color information

#262F50 (or 0x262F50) is unknown color: approx Lucky Point. HEX triplet: 26, 2F and 50. RGB value is (38,47,80). Sum of RGB (Red+Green+Blue) = 38+47+80=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #262F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262F50 is #D9D0AF. Grayscale: #2F2F2F. Windows color (decimal): -14274736 or 5254950. OLE color: 5254950.

HSL color Cylindrical-coordinate representation of color #262F50: hue angle of 227.14º 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 #262F50 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB384780-
CMYK0.520.4100.69
HSL227.14º35.59%23.14%-
HSV(B)227.14º52.5%31.37%-
XYZ3.263.028-
YUV48.07146.02120.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.03%
GREEN value IS 47 (18.75% from 255) = 28.48%
BLUE value IS 80 (31.64% from 255) = 48.48%
R=23.03%
G=28.48%
B=48.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3847800.520.4100.69227.1435.5923.14
Hex262F503429045e32417
Octal4657120645101053434427
Binary1001101011111010000110100101001010001011110001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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