#263057

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

Shades of Lucky Point #263057

Tints of Lucky Point #263057

Color information

#263057 (or 0x263057) is unknown color: approx Lucky Point. HEX triplet: 26, 30 and 57. RGB value is (38,48,87). Sum of RGB (Red+Green+Blue) = 38+48+87=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #263057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263057 is #D9CFA8. Grayscale: #313131. Windows color (decimal): -14274473 or 5713958. OLE color: 5713958.

HSL color Cylindrical-coordinate representation of color #263057: hue angle of 227.76º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #263057 is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB384887-
CMYK0.560.4500.66
HSL227.76º39.2%24.51%-
HSV(B)227.76º56.32%34.12%-
XYZ3.583.219.45-
YUV49.46149.19119.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.97%
GREEN value IS 48 (19.14% from 255) = 27.75%
BLUE value IS 87 (34.38% from 255) = 50.29%
R=21.97%
G=27.75%
B=50.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3848870.560.4500.66227.7639.224.51
Hex263057382D042e42719
Octal4660127705501023444731
Binary1001101100001010111111000101101010000101110010010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263057; }

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

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

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

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

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

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

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

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