#262F5A

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

Shades of Lucky Point #262F5A

Tints of Lucky Point #262F5A

Color information

#262F5A (or 0x262F5A) is unknown color: approx Lucky Point. HEX triplet: 26, 2F and 5A. RGB value is (38,47,90). Sum of RGB (Red+Green+Blue) = 38+47+90=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #262F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262F5A is #D9D0A5. Grayscale: #313131. Windows color (decimal): -14274726 or 5910310. OLE color: 5910310.

HSL color Cylindrical-coordinate representation of color #262F5A: hue angle of 229.62º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #262F5A is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB384790-
CMYK0.580.4800.65
HSL229.62º40.62%25.1%-
HSV(B)229.62º57.78%35.29%-
XYZ3.663.1810.09-
YUV49.21151.02120-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.71%
GREEN value IS 47 (18.75% from 255) = 26.86%
BLUE value IS 90 (35.55% from 255) = 51.43%
R=21.71%
G=26.86%
B=51.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3847900.580.4800.65229.6240.6225.1
Hex262F5A3A30041e62919
Octal4657132726001013465131
Binary1001101011111011010111010110000010000011110011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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