#262B4A

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

Shades of Lucky Point #262B4A

Tints of Lucky Point #262B4A

Color information

#262B4A (or 0x262B4A) is unknown color: approx Lucky Point. HEX triplet: 26, 2B and 4A. RGB value is (38,43,74). Sum of RGB (Red+Green+Blue) = 38+43+74=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #262B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262B4A is #D9D4B5. Grayscale: #2C2C2C. Windows color (decimal): -14275766 or 4860710. OLE color: 4860710.

HSL color Cylindrical-coordinate representation of color #262B4A: hue angle of 231.67º degrees, saturation: 0.32, 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 #262B4A is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB384374-
CMYK0.490.4200.71
HSL231.67º32.14%21.96%-
HSV(B)231.67º48.65%29.02%-
XYZ2.92.636.83-
YUV45.04144.34122.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.52%
GREEN value IS 43 (17.19% from 255) = 27.74%
BLUE value IS 74 (29.30% from 255) = 47.74%
R=24.52%
G=27.74%
B=47.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3843740.490.4200.71231.6732.1421.96
Hex262B4A312A047e82016
Octal4653112615201073504026
Binary1001101010111001010110001101010010001111110100010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,43,74); }

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

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

 a { background-color: rgb(38,43,74); }

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

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

 span { border-color: rgb(38,43,74); }

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