#263062

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

Shades of Lucky Point #263062

Tints of Lucky Point #263062

Color information

#263062 (or 0x263062) is unknown color: approx Lucky Point. HEX triplet: 26, 30 and 62. RGB value is (38,48,98). Sum of RGB (Red+Green+Blue) = 38+48+98=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #263062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263062 is #D9CF9D. Grayscale: #323232. Windows color (decimal): -14274462 or 6434854. OLE color: 6434854.

HSL color Cylindrical-coordinate representation of color #263062: hue angle of 230º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #263062 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB384898-
CMYK0.610.5100.62
HSL230º44.12%26.67%-
HSV(B)230º61.22%38.43%-
XYZ4.063.4112-
YUV50.71154.69118.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.65%
GREEN value IS 48 (19.14% from 255) = 26.09%
BLUE value IS 98 (38.67% from 255) = 53.26%
R=20.65%
G=26.09%
B=53.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3848980.610.5100.6223044.1226.67
Hex2630623D3303Ee62c1b
Octal466014275630763465433
Binary100110110000110001011110111001101111101110011010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263062; }

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

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

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

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

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

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

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

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