#262B4B

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

Shades of Lucky Point #262B4B

Tints of Lucky Point #262B4B

Color information

#262B4B (or 0x262B4B) is unknown color: approx Lucky Point. HEX triplet: 26, 2B and 4B. RGB value is (38,43,75). Sum of RGB (Red+Green+Blue) = 38+43+75=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #262B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262B4B is #D9D4B4. Grayscale: #2D2D2D. Windows color (decimal): -14275765 or 4926246. OLE color: 4926246.

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

Color convert

RGB384375-
CMYK0.490.4300.71
HSL231.89º32.74%22.16%-
HSV(B)231.89º49.33%29.41%-
XYZ2.932.657.01-
YUV45.15144.84122.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.36%
GREEN value IS 43 (17.19% from 255) = 27.56%
BLUE value IS 75 (29.69% from 255) = 48.08%
R=24.36%
G=27.56%
B=48.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3843750.490.4300.71231.8932.7422.16
Hex262B4B312B047e82116
Octal4653113615301073504126
Binary1001101010111001011110001101011010001111110100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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