#262E4B

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

Shades of Lucky Point #262E4B

Tints of Lucky Point #262E4B

Color information

#262E4B (or 0x262E4B) is unknown color: approx Lucky Point. HEX triplet: 26, 2E and 4B. RGB value is (38,46,75). Sum of RGB (Red+Green+Blue) = 38+46+75=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 75 (29.69% from 255 or 47.17% from 159); Max value from RGB is 75 - color contains mainly: blue. Hex color #262E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262E4B is #D9D1B4. Grayscale: #2E2E2E. Windows color (decimal): -14274997 or 4927014. OLE color: 4927014.

HSL color Cylindrical-coordinate representation of color #262E4B: hue angle of 227.03º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #262E4B is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB384675-
CMYK0.490.3900.71
HSL227.03º32.74%22.16%-
HSV(B)227.03º49.33%29.41%-
XYZ3.052.877.05-
YUV46.91143.85121.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.90%
GREEN value IS 46 (18.36% from 255) = 28.93%
BLUE value IS 75 (29.69% from 255) = 47.17%
R=23.90%
G=28.93%
B=47.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3846750.490.3900.71227.0332.7422.16
Hex262E4B3127047e32116
Octal4656113614701073434126
Binary1001101011101001011110001100111010001111110001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,46,75); }

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

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

 a { background-color: rgb(38,46,75); }

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

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

 span { border-color: rgb(38,46,75); }

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