#26305D

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

Shades of Lucky Point #26305D

Tints of Lucky Point #26305D

Color information

#26305D (or 0x26305D) is unknown color: approx Lucky Point. HEX triplet: 26, 30 and 5D. RGB value is (38,48,93). Sum of RGB (Red+Green+Blue) = 38+48+93=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #26305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26305D is #D9CFA2. Grayscale: #313131. Windows color (decimal): -14274467 or 6107174. OLE color: 6107174.

HSL color Cylindrical-coordinate representation of color #26305D: hue angle of 229.09º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26305D is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB384893-
CMYK0.590.4800.64
HSL229.09º41.98%25.69%-
HSV(B)229.09º59.14%36.47%-
XYZ3.833.3210.79-
YUV50.14152.19119.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.23%
GREEN value IS 48 (19.14% from 255) = 26.82%
BLUE value IS 93 (36.72% from 255) = 51.96%
R=21.23%
G=26.82%
B=51.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3848930.590.4800.64229.0941.9825.69
Hex26305D3B30040e52a1a
Octal4660135736001003455232
Binary1001101100001011101111011110000010000001110010110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26305D; }

 p { color: rgb(38,48,93); }

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

<style>
 a { background-color: #26305D; }

 a { background-color: rgb(38,48,93); }

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

<style>
 span { border-color: #26305D; }

 span { border-color: rgb(38,48,93); }

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