#262B4C

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

Shades of Lucky Point #262B4C

Tints of Lucky Point #262B4C

Color information

#262B4C (or 0x262B4C) is unknown color: approx Lucky Point. HEX triplet: 26, 2B and 4C. RGB value is (38,43,76). Sum of RGB (Red+Green+Blue) = 38+43+76=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #262B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262B4C is #D9D4B3. Grayscale: #2D2D2D. Windows color (decimal): -14275764 or 4991782. OLE color: 4991782.

HSL color Cylindrical-coordinate representation of color #262B4C: hue angle of 232.11º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #262B4C is Cyan = 0.5, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB384376-
CMYK0.50.4300.70
HSL232.11º33.33%22.35%-
HSV(B)232.11º50%29.8%-
XYZ2.972.667.19-
YUV45.27145.34122.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.20%
GREEN value IS 43 (17.19% from 255) = 27.39%
BLUE value IS 76 (30.08% from 255) = 48.41%
R=24.20%
G=27.39%
B=48.41%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3843760.50.4300.70232.1133.3322.35
Hex262B4C322B046e82116
Octal4653114625301063504126
Binary1001101010111001100110010101011010001101110100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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